27 lines
895 B
Makefile
27 lines
895 B
Makefile
# $OpenBSD: Makefile,v 1.17 2014/02/04 07:42:09 jasper Exp $
|
|
|
|
COMMENT= free replacements of Intel UPnP tools
|
|
|
|
GNOME_PROJECT= gupnp-tools
|
|
GNOME_VERSION= 0.8.9
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
|
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
|
WANTLIB += c cairo cairo-gobject dbus-1 uuid expat ffi fontconfig
|
|
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
|
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 gupnp-av-1.0
|
|
WANTLIB += harfbuzz m pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
|
WANTLIB += soup-2.4 xcb xcb-render xcb-shm xml2 z gupnp-1.0 gssdp-1.0
|
|
WANTLIB += sqlite3 gtksourceview-3.0
|
|
|
|
LIB_DEPENDS= net/gupnp/av \
|
|
sysutils/e2fsprogs>=1.42.7 \
|
|
x11/gtksourceview3
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
|
|
.include <bsd.port.mk>
|