1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-04-25 22:52:11 +00:00
parent d3629354f5
commit d4ec49ef6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352158

View File

@ -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>