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

Stage support

This commit is contained in:
Antoine Brodin 2014-02-02 16:52:34 +00:00
parent 9e0b9664ad
commit 1bc7dd6bc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342337

View File

@ -17,17 +17,15 @@ RUN_DEPENDS= gnome-audio>0:${PORTSDIR}/audio/gnome-audio \
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= pathfix gettext
USES= gettext gmake pathfix
USE_GNOME= gnomeprefix intlhack pygnomedesktop
USE_PYTHON= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec --disable-schemas-install
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= timer-applet.schemas
NO_STAGE= yes
.include <bsd.port.mk>