39 lines
1.0 KiB
Makefile
39 lines
1.0 KiB
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/04 15:18:31 jasper Exp $
|
||
|
|
||
|
COMMENT= API for handling SSDP resource discovery and announcement
|
||
|
|
||
|
GNOME_PROJECT= gssdp
|
||
|
GNOME_VERSION= 0.10.0
|
||
|
|
||
|
SHARED_LIBS += gssdp-1.0 0.0 # 2.0
|
||
|
CATEGORIES= net devel
|
||
|
|
||
|
# LGPLv2
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
|
||
|
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 += drm expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
||
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
||
|
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||
|
WANTLIB += pcre pixman-1 png pthread pthread-stubs soup-2.4 xcb
|
||
|
WANTLIB += xcb-render xcb-shm xml2 z
|
||
|
|
||
|
BUILD_DEPENDS= devel/gobject-introspection
|
||
|
|
||
|
LIB_DEPENDS= devel/libsoup \
|
||
|
x11/gtk+2
|
||
|
|
||
|
CONFIGURE_STYLE= gnu
|
||
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||
|
--enable-introspection \
|
||
|
--disable-gtk-doc
|
||
|
|
||
|
.include <bsd.port.mk>
|