summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-15 16:12:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-15 16:12:51 +0000
commitb98f12d4a564860078a734437588d7885ae98579 (patch)
treea623a83ba43f29b69ea925f9d4bc9e1b0bfa6f19 /x11/gnomelibs/Makefile
parentExpand on the existing documentation regarding TLS and certificates, (diff)
Update to 1.4.1.3.
Notes
Notes: svn path=/head/; revision=53124
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile
index 4b9c17432728..a388815f2071 100644
--- a/x11/gnomelibs/Makefile
+++ b/x11/gnomelibs/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnomelibs
-PORTVERSION= 1.4.1.2
-PORTREVISION= 2
+PORTVERSION= 1.4.1.3
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs
@@ -26,22 +25,25 @@ USE_PERL5= yes
USE_GMAKE= yes
USE_IMLIB= yes
USE_ESOUND= yes
-USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-LIBTOOLFILES= configure libart_lgpl/configure
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--disable-test-gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-MAN1= gnome.1 gnome-config.1
+MAN1= dns-helper.1 gconfigger.1 gnome-config.1 gnome-doc.1 \
+ gnome-dump-metadata.1 gnome-gen-mimedb.1 gnome-mkstub.1 \
+ gnome-moz-remote.1 gnome-name-service.1 gnome-pty-helper.1 \
+ gnome.1 gnome_segv.1 goad-browser.1 libart-config.1 \
+ loadshlib.1 new-object.1
MAN5= gnome-mime.5
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'