1eb771b789
GUPnP A/V is a small utility library that aims to ease the handling and implementation of UPnP A/V profiles. ok aja@
27 lines
673 B
Makefile
27 lines
673 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/05 16:59:10 jasper Exp $
|
|
|
|
COMMENT= helpers for building A/V applications using GUPnP
|
|
|
|
GNOME_PROJECT= gupnp-av
|
|
GNOME_VERSION= 0.8.0
|
|
|
|
SHARED_LIBS += gupnp-av-1.0 0.0 # 2.0
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
WANTLIB += e2fs-uuid gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
WANTLIB += gssdp-1.0 gthread-2.0 gupnp-1.0 m pcre soup-2.4 xml2
|
|
WANTLIB += z
|
|
|
|
LIB_DEPENDS= net/gupnp/core
|
|
BUILD_DEPENDS= devel/gobject-introspection
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --enable-introspection \
|
|
--disable-gtk-doc
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|