1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net-im/libnice/Makefile
Martin Wilke 6f58750a37 - Stage support
- Convert to USES
2014-03-01 18:00:51 +00:00

30 lines
824 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= libnice
PORTVERSION= 0.1.3
CATEGORIES= net-im devel
MASTER_SITES= http://nice.freedesktop.org/releases/ \
http://miwibox.org/distfiles/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library and transmitter that implements ICE-19
USES= pkgconfig gettext gmake pathfix
USE_LDCONFIG= yes
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
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|-Wno-missing-field-initializers|#|g'
@${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers|#|g' \
${WRKSRC}/common.mk
.include <bsd.port.mk>