GUPnP Tools are free replacements of Intel UPnP tools that use GUPnP. They provides the following client and server side tools which enable one to easily test and debug one's UPnP devices and control points. ok aja@
31 lines
927 B
Makefile
31 lines
927 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/05 17:00:53 jasper Exp $
|
|
|
|
COMMENT= free replacements of Intel UPnP tools
|
|
|
|
GNOME_PROJECT= gupnp-tools
|
|
GNOME_VERSION= 0.8.3
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
|
|
WANTLIB += cairo-gobject drm e2fs-uuid expat fontconfig freetype
|
|
WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
WANTLIB += gssdp-1.0 gthread-2.0 gtk-3 gupnp-1.0 gupnp-av-1.0
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
WANTLIB += png pthread pthread-stubs soup-2.4 xcb xcb-render xcb-shm
|
|
WANTLIB += xml2 z
|
|
|
|
LIB_DEPENDS= net/gupnp/av \
|
|
x11/gtk+3
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
|
|
AUTOCONF_VERSION= 2.67
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|