1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-im/libnice/Makefile
2009-10-18 21:45:29 +00:00

35 lines
976 B
Makefile

# New ports collection makefile for: libnice
# Date created: 27 February 2009
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libnice
PORTVERSION= 0.0.9
CATEGORIES= net-im devel
MASTER_SITES= http://nice.freedesktop.org/releases/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library and transmitter that implements ICE-19
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig glib20 ltverhack gnometarget
USE_GSTREAMER= yes
USE_AUTOTOOLS= libtool:22
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_GETIFADDRS" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|__BYTE_ORDER|_BYTE_ORDER|g ; \
s|__BIG_ENDIAN|_BIG_ENDIAN|g' \
${WRKSRC}/stun/md5.c \
${WRKSRC}/stun/sha1.c
@${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>