aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gnomeutils2/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-04 02:16:25 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-04 02:16:25 +0800
commit16f5bfbb232076c857fc77a7de5959209510c722 (patch)
treeb9d4736f626c6d4df7d38a6e32728cb49fc55bbf /deskutils/gnomeutils2/Makefile
parentd79f87a1b872132d106b5e8d977a16a54d148b28 (diff)
downloadfreebsd-ports-gnome-16f5bfbb232076c857fc77a7de5959209510c722.tar.gz
freebsd-ports-gnome-16f5bfbb232076c857fc77a7de5959209510c722.tar.zst
freebsd-ports-gnome-16f5bfbb232076c857fc77a7de5959209510c722.zip
Update to 1.4.0.1.
Diffstat (limited to 'deskutils/gnomeutils2/Makefile')
-rw-r--r--deskutils/gnomeutils2/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile
index ea668c039471..0ed13be0996b 100644
--- a/deskutils/gnomeutils2/Makefile
+++ b/deskutils/gnomeutils2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomeutils
-PORTVERSION= 1.4.0
+PORTVERSION= 1.4.0.1
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-utils
@@ -14,19 +14,23 @@ DISTNAME= gnome-utils-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
+LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \
+ ext2fs.2:${PORTSDIR}/sysutils/e2fsprogs
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-messages=/var/log/messages
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
+MAN1= gnome-exe-handler.1
+
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'