openbsd-ports/net/libnice/Makefile
sthen 0c0f030952 Remove patch which was removing various -W flags. The updated timestamp on
the file triggers an attempt to rebuild autoconf files, which breaks the build
if automake-1.11 is installed.  Worked out by Nigel Taylor.

Fix typo in DESCR while there.  The patch was there because these flags
broke the build in an earlier version of libnice, but are no longer needed
(checked gcc 3 and 4; port didn't build on gcc 2 arch anyway).  ok jasper@
2011-06-16 08:58:32 +00:00

43 lines
905 B
Makefile

# $OpenBSD: Makefile,v 1.11 2011/06/16 08:58:32 sthen Exp $
SHARED_ONLY = Yes
COMMENT = GLib ICE implementation
DISTNAME = libnice-0.1.0
REVISION = 0
SHARED_LIBS += nice 1.1
CATEGORIES = net
HOMEPAGE = http://nice.freedesktop.org/
MAINTAINER = Tom Murphy <openbsd@pertho.net>
# LGPLv2.1/MPLv1.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}/releases/
WANTLIB += c glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 m pcre
WANTLIB += xml2 z gstbase-0.10 gstreamer-0.10
MODULES = devel/gettext
LIB_DEPENDS = multimedia/gstreamer-0.10/core
BUILD_DEPENDS = textproc/gsed
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--disable-static \
--disable-gupnp \
--with-gstreamer
USE_GMAKE = yes
USE_LIBTOOL = yes
LIBTOOL_FLAGS = --tag=disable-static
.include <bsd.port.mk>