diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-10 16:09:30 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-10 16:09:30 +0000 |
commit | 980e18935243ea849ab03a97b393126d4935cace (patch) | |
tree | 00cc4f9c8bd72b27c3af318cfa99dd34f05afbd7 /net-im/gnomeicu | |
parent | 24f40c3b49d2ebafe2b6268225e1e98f5c1b0814 (diff) | |
download | FreeBSD-ports-980e18935243ea849ab03a97b393126d4935cace.zip FreeBSD-ports-980e18935243ea849ab03a97b393126d4935cace.tar.gz |
Update to 0.98.2.
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'net-im/gnomeicu')
-rw-r--r-- | net-im/gnomeicu/Makefile | 15 | ||||
-rw-r--r-- | net-im/gnomeicu/distinfo | 2 | ||||
-rw-r--r-- | net-im/gnomeicu/pkg-plist | 5 |
3 files changed, 16 insertions, 6 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile index 345ac06..162f028 100644 --- a/net-im/gnomeicu/Makefile +++ b/net-im/gnomeicu/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 ; \ diff --git a/net-im/gnomeicu/distinfo b/net-im/gnomeicu/distinfo index 55e947f..9ae02b1 100644 --- a/net-im/gnomeicu/distinfo +++ b/net-im/gnomeicu/distinfo @@ -1 +1 @@ -MD5 (gnomeicu-0.98.tar.gz) = aed40d1993611c3c29e12dfb2c9d5135 +MD5 (gnomeicu-0.98.2.tar.bz2) = 31ec9a4c3a88ac251c304b05bfb5edc8 diff --git a/net-im/gnomeicu/pkg-plist b/net-im/gnomeicu/pkg-plist index 5511943..acc5e50 100644 --- a/net-im/gnomeicu/pkg-plist +++ b/net-im/gnomeicu/pkg-plist @@ -4,7 +4,12 @@ etc/CORBA/servers/GnomeICU.gnorba etc/sound/events/GnomeICU.soundlist share/gnome/applets/Network/GnomeICU.desktop share/gnome/apps/Internet/GnomeICU.desktop +share/gnome/gnomeicu/glade/addcontact.glade +share/gnome/gnomeicu/glade/auth.glade +share/gnome/gnomeicu/glade/history.glade share/gnome/gnomeicu/glade/main.glade +share/gnome/gnomeicu/glade/message.glade +share/gnome/gnomeicu/glade/user_info.glade share/gnome/gnomeicu/icons/Default/gnomeicu-animation.png share/gnome/gnomeicu/icons/Default/gnomeicu-auth.png share/gnome/gnomeicu/icons/Default/gnomeicu-away.png |