2012-08-20 04:53:39 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2012/08/20 08:53:39 jasper Exp $
|
2011-08-30 04:07:22 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
2011-07-04 11:28:05 -04:00
|
|
|
|
|
|
|
COMMENT= framework for creating UPnP devices and control points
|
|
|
|
|
|
|
|
GNOME_PROJECT= gupnp
|
2012-08-20 04:53:39 -04:00
|
|
|
GNOME_VERSION= 0.18.4
|
2011-07-04 11:28:05 -04:00
|
|
|
|
2011-08-30 03:57:35 -04:00
|
|
|
SHARED_LIBS += gupnp-1.0 1.0 # 4.0
|
2011-07-04 11:28:05 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
lang/python \
|
|
|
|
x11/gnome
|
|
|
|
|
|
|
|
WANTLIB += e2fs-uuid gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
2012-08-20 04:53:39 -04:00
|
|
|
WANTLIB += gssdp-1.0 gthread-2.0 m pcre soup-2.4 xml2 z ffi c pthread
|
2011-07-04 11:28:05 -04:00
|
|
|
|
2011-08-30 04:07:22 -04:00
|
|
|
LIBTOOL_FLAGS+= --tag=disable-static
|
|
|
|
|
2011-09-20 16:51:51 -04:00
|
|
|
MODGNOME_TOOLS= goi
|
2012-08-20 04:53:39 -04:00
|
|
|
LIB_DEPENDS= net/gssdp>=0.12.2 \
|
2011-07-06 03:23:20 -04:00
|
|
|
sysutils/e2fsprogs>=1.41.4p5
|
2011-07-04 11:28:05 -04:00
|
|
|
|
|
|
|
MODPY_ADJ_FILES= tools/gupnp-binding-tool
|
|
|
|
|
2012-07-13 12:56:55 -04:00
|
|
|
CONFIGURE_ARGS+= --disable-static \
|
|
|
|
--with-context-manager=unix
|
2011-07-04 11:28:05 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|