34 lines
765 B
Makefile
34 lines
765 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/07/05 17:14:30 jasper Exp $
|
|
|
|
COMMENT= framework for creating UPnP devices and control points
|
|
|
|
GNOME_PROJECT= gupnp
|
|
GNOME_VERSION= 0.16.1
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += gupnp-1.0 0.0 # 3.0
|
|
|
|
MODULES= devel/gettext \
|
|
lang/python \
|
|
x11/gnome
|
|
|
|
WANTLIB += e2fs-uuid gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
WANTLIB += gssdp-1.0 gthread-2.0 m pcre soup-2.4 xml2 z
|
|
|
|
BUILD_DEPENDS= devel/gobject-introspection
|
|
LIB_DEPENDS= net/gssdp \
|
|
sysutils/e2fsprogs
|
|
|
|
MODPY_ADJ_FILES= tools/gupnp-binding-tool
|
|
|
|
AUTOCONF_VERSION= 2.68
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--disable-gtk-doc \
|
|
--enable-introspection
|
|
# Requires libconic
|
|
# --with-context-manager=unix
|
|
|
|
.include <bsd.port.mk>
|