diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 06:52:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 06:52:11 +0800 |
commit | 22542bc196be40008e6563cc2c3d08b4f3d31e10 (patch) | |
tree | 07c1b96cf19b1a2fba5260ac7e62cfcdeb7c3626 /net | |
parent | ed13acd86a146503fe900bfc79aece627a6b9849 (diff) | |
download | freebsd-ports-gnome-22542bc196be40008e6563cc2c3d08b4f3d31e10.tar.gz freebsd-ports-gnome-22542bc196be40008e6563cc2c3d08b4f3d31e10.tar.zst freebsd-ports-gnome-22542bc196be40008e6563cc2c3d08b4f3d31e10.zip |
Support stage
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-nettool/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index a086c5a1ba38..74dc0b44c2ae 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -11,24 +11,23 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME utility that provides network information statistics +COMMENT= GNOME utility that provides network information statistics -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop -USE_BZIP2= yes -USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils +USE_GNOME= intlhack gnomeprefix libglade2 gconf2 gnomedocutils GNOME_DESKTOP_VERSION=2 -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -DHAVE_SOCKADDR_SA_LEN +INSTALL_TARGET= install-strip -NO_STAGE= yes post-install: ${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \ - ${PREFIX}/share/pixmaps/gnome-nettool.png + ${STAGEDIR}${PREFIX}/share/pixmaps/gnome-nettool.png .include <bsd.port.mk> |