Date: Fri, 25 Apr 2014 22:52:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352158 - head/net/gnome-nettool Message-ID: <201404252252.s3PMqB50086647@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 25 22:52:11 2014 New Revision: 352158 URL: http://svnweb.freebsd.org/changeset/ports/352158 QAT: https://qat.redports.org/buildarchive/r352158/ Log: Support stage Modified: head/net/gnome-nettool/Makefile Modified: head/net/gnome-nettool/Makefile ============================================================================== --- head/net/gnome-nettool/Makefile Fri Apr 25 22:50:51 2014 (r352157) +++ head/net/gnome-nettool/Makefile Fri Apr 25 22:52:11 2014 (r352158) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404252252.s3PMqB50086647>