21 lines
451 B
Makefile
21 lines
451 B
Makefile
# $OpenBSD: Makefile,v 1.28 2018/11/14 19:19:56 jasper Exp $
|
|
|
|
COMMENT= helpers for building A/V applications using GUPnP
|
|
|
|
GNOME_PROJECT= gupnp-av
|
|
GNOME_VERSION= 0.12.11
|
|
|
|
SHARED_LIBS += gupnp-av-1.0 0.1 # 2.0
|
|
|
|
MODULES= x11/gnome
|
|
|
|
WANTLIB = ffi glib-2.0 gobject-2.0 iconv intl lzma m pcre pthread xml2
|
|
WANTLIB += z
|
|
|
|
LIB_DEPENDS = devel/glib2 \
|
|
textproc/libxml
|
|
|
|
MODGNOME_TOOLS += gobject-introspection vala
|
|
|
|
.include <bsd.port.mk>
|