aboutsummaryrefslogtreecommitdiff
path: root/sysutils/iextract/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-04-04 21:54:20 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-04-04 21:54:20 +0000
commita85baaa24dd4c61115e68ad909f94859bfd2149b (patch)
tree84ece000a43a58546a03531ffc3c90f17b257b3d /sysutils/iextract/Makefile
parenta357f58e9f3a1236f41800f4af5a4fc9f167160b (diff)
downloadports-a85baaa24dd4c61115e68ad909f94859bfd2149b.tar.gz
ports-a85baaa24dd4c61115e68ad909f94859bfd2149b.zip
Notes
Diffstat (limited to 'sysutils/iextract/Makefile')
-rw-r--r--sysutils/iextract/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/iextract/Makefile b/sysutils/iextract/Makefile
index cc0812bfe150..c1213bb1abfe 100644
--- a/sysutils/iextract/Makefile
+++ b/sysutils/iextract/Makefile
@@ -6,23 +6,19 @@
#
PORTNAME= IExtract
-PORTVERSION= 0.8.11
+PORTVERSION= 0.9.01
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Extract meta-information from files
-LIB_DEPENDS= YGP-0.8.10.0:${PORTSDIR}/devel/libYGP
+LIB_DEPENDS= YGP.0:${PORTSDIR}/devel/libYGP
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GETTEXT= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
-PLIST_FILES= bin/IExtract \
- share/locale/de/LC_MESSAGES/IExtract.mo \
- share/locale/en/LC_MESSAGES/IExtract.mo \
- share/locale/es/LC_MESSAGES/IExtract.mo
+CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath
.include <bsd.port.mk>