diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-10 16:09:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-10 16:09:30 +0000 |
commit | 6fdd65ec4bee857a28fb0f8e3b0e663e825cd6ae (patch) | |
tree | ed87e087bc75cd20c4d6da24d9ffe31d745cac4f /net/gnomeicu2/Makefile | |
parent | 469487f05b374b12bfcaac71a43b107950714f38 (diff) |
Notes
Diffstat (limited to 'net/gnomeicu2/Makefile')
-rw-r--r-- | net/gnomeicu2/Makefile | 15 |
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 ; \ |