summaryrefslogtreecommitdiff
path: root/net/gnomeicu2/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-10 16:09:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-10 16:09:30 +0000
commit6fdd65ec4bee857a28fb0f8e3b0e663e825cd6ae (patch)
treeed87e087bc75cd20c4d6da24d9ffe31d745cac4f /net/gnomeicu2/Makefile
parentClosed PR. (diff)
Update to 0.98.2.
Reviewed by: sobomax Approved by: sobomax
Notes
Notes: svn path=/head/; revision=57535
Diffstat (limited to 'net/gnomeicu2/Makefile')
-rw-r--r--net/gnomeicu2/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile
index 345ac0645a81..162f028a5d4a 100644
--- a/net/gnomeicu2/Makefile
+++ b/net/gnomeicu2/Makefile
@@ -6,18 +6,20 @@
#
PORTNAME= gnomeicu
-PORTVERSION= 0.98
+PORTVERSION= 0.98.2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gnomeicu
+MASTER_SITE_SUBDIR= gnomeicu
MAINTAINER= gnome@FreeBSD.org
+USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet
+BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet \
+ msgfmt-new:${PORTSDIR}/devel/gettext
.if defined(WITH_DANTE)
LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante
SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \
@@ -35,10 +37,13 @@ SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h
SOCKSLIBS= -lsocks5
.endif
-CONFIGURE_ARGS= --with-statusmenu
+CONFIGURE_ARGS= --with-statusmenu
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \
- CFLAGS="${CFLAGS}"
+ CFLAGS="${CFLAGS}" \
+ MSGFMT=${LOCALBASE}/bin/msgfmt-new \
+ XGETTEXT=${LOCALBASE}/bin/xgettext-new
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \