summaryrefslogtreecommitdiffstats
path: root/x11/libgnome/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-07 07:19:55 +0000
committermarcus <marcus@FreeBSD.org>2002-08-07 07:19:55 +0000
commitfb0a6dd273147ef6fd3b5fc839975894143a5e29 (patch)
tree231d32e834d8aaa06506d7276347360d4c92fbbb /x11/libgnome/Makefile
parenteea8c9365c2cd9b7c2f399b43deca4903314b580 (diff)
downloadFreeBSD-ports-fb0a6dd273147ef6fd3b5fc839975894143a5e29.zip
FreeBSD-ports-fb0a6dd273147ef6fd3b5fc839975894143a5e29.tar.gz
Update to 2.0.2.
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r--x11/libgnome/Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index 42951f5..2efadb1 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= libgnome
-PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTVERSION= 2.0.2
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
+MASTER_SITE_SUBDIR= 2.0.0/sources/${PORTNAME}
DIST_SUBDIR= gnome2
MAINTAINER?= gnome@FreeBSD.org
@@ -24,25 +23,18 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
-USE_ESOUND= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier esound
USE_BISON= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-html-dir=${PREFIX}/share/doc \
- --with-gconf-source=xml::${PREFIX}/etc/gconf/gconf.xml.defaults
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-pre-patch:
+post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
- 's|[(]datadir[)]/locale|(prefix)/share/locale|g ; \
- s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
- s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g'
.include <bsd.port.mk>
OpenPOWER on IntegriCloud