1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Stage support

- Convert to USES
This commit is contained in:
Martin Wilke 2014-03-01 18:00:51 +00:00
parent 31c64d8950
commit 6f58750a37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346672

View File

@ -11,17 +11,15 @@ MASTER_SITES= http://nice.freedesktop.org/releases/ \
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library and transmitter that implements ICE-19
USES= pkgconfig gettext
USE_GMAKE= yes
USES= pkgconfig gettext gmake pathfix
USE_LDCONFIG= yes
USE_GNOME= gnomehack glib20 ltverhack
USE_GNOME= glib20 ltverhack
USE_GSTREAMER= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --without-gstreamer --with-gstreamer-0.10
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|-Wno-missing-field-initializers|#|g'