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:50:51 +00:00
parent ee459d7eb3
commit d3629354f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352157

View File

@ -10,19 +10,17 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNOME applet that shows network status
COMMENT= GNOME applet that shows network status
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel \
gnomedocutils
USES= gettext gmake pkgconfig
USE_GNOME= intlhack gnomeprefix libgnome gnomepanel gnomedocutils
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALL_TARGET= install-strip
GCONF_SCHEMAS= netstatus.schemas
NO_STAGE= yes
.include <bsd.port.mk>