2013-03-23 09:09:34 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2009-12-26 14:54:20 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gupnp
|
2014-02-04 17:14:52 +01:00
|
|
|
PORTVERSION= 0.20.10
|
2009-12-26 14:54:20 +01:00
|
|
|
CATEGORIES= net
|
2012-06-12 21:12:19 +02:00
|
|
|
MASTER_SITES= GNOME
|
2009-12-26 14:54:20 +01:00
|
|
|
|
2012-06-12 21:12:19 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2009-12-26 14:54:20 +01:00
|
|
|
COMMENT= Framework for UPnP devices
|
|
|
|
|
2012-06-12 21:12:19 +02:00
|
|
|
LICENSE= LGPL20
|
2009-12-26 14:54:20 +01:00
|
|
|
|
2012-06-12 21:12:19 +02:00
|
|
|
BUILD_DEPENDS= gobject-introspection>=0.6.4:${PORTSDIR}/devel/gobject-introspection
|
2013-09-07 12:20:28 +02:00
|
|
|
LIB_DEPENDS= libgssdp-1.0.so:${PORTSDIR}/net/gssdp \
|
|
|
|
libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
|
|
|
|
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
|
2012-06-12 21:12:19 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-introspection=yes
|
2013-12-27 20:21:30 +01:00
|
|
|
CONFIGURE_ENV= VAPIGEN="" ac_cv_path_VAPIGEN=""
|
2009-12-26 14:54:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-10-25 15:36:17 +02:00
|
|
|
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
2013-08-09 21:10:01 +02:00
|
|
|
USE_GNOME= glib20 introspection:build
|
2009-12-26 14:54:20 +01:00
|
|
|
USE_LDCONFIG= yes
|
2014-02-15 21:09:29 +01:00
|
|
|
USE_PYTHON_RUN= yes
|
2014-03-14 16:17:06 +01:00
|
|
|
USES= gmake pathfix pkgconfig shebangfix tar:xz
|
2009-12-26 14:54:20 +01:00
|
|
|
|
2013-10-19 17:32:55 +02:00
|
|
|
SHEBANG_FILES= tools/gupnp-binding-tool
|
|
|
|
python_CMD= ${PYTHON_CMD}
|
2009-12-26 14:54:20 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|