2012-10-07 19:37:03 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2009-12-26 14:53:36 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gssdp
|
2015-01-05 18:42:18 +01:00
|
|
|
PORTVERSION= 0.14.11
|
2009-12-26 14:53:36 +01:00
|
|
|
CATEGORIES= net
|
2012-06-12 21:07:41 +02:00
|
|
|
MASTER_SITES= GNOME
|
2009-12-26 14:53:36 +01:00
|
|
|
|
2012-06-12 21:07:41 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2009-12-26 14:53:36 +01:00
|
|
|
COMMENT= Framework for UPnP devices
|
|
|
|
|
2012-06-12 21:07:41 +02:00
|
|
|
LICENSE= LGPL20
|
2009-12-26 14:53:36 +01:00
|
|
|
|
2012-06-12 21:07:41 +02:00
|
|
|
BUILD_DEPENDS= gobject-introspection>=0.6.7:${PORTSDIR}/devel/gobject-introspection
|
2013-09-07 12:20:24 +02:00
|
|
|
LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
|
2012-06-12 21:07:41 +02:00
|
|
|
|
2013-06-09 10:34:06 +02:00
|
|
|
OPTIONS_DEFINE= GTK3
|
|
|
|
OPTIONS_DEFAULT=GTK3
|
2013-10-19 17:32:46 +02:00
|
|
|
OPTIONS_SUB= yes
|
2012-06-12 21:07:41 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-introspection=yes
|
2013-12-27 20:21:25 +01:00
|
|
|
CONFIGURE_ENV= VAPIGEN="" ac_cv_path_VAPIGEN=""
|
2009-12-26 14:53:36 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-01-18 11:35:20 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-08-09 21:09:04 +02:00
|
|
|
USE_GNOME= glib20 introspection:build
|
2009-12-26 14:53:36 +01:00
|
|
|
USE_LDCONFIG= yes
|
2014-05-19 20:38:21 +02:00
|
|
|
USES= gmake libtool pathfix pkgconfig tar:xz
|
2012-06-12 21:07:41 +02:00
|
|
|
|
2013-10-19 17:32:46 +02:00
|
|
|
GTK3_CONFIGURE_WITH= gtk
|
|
|
|
GTK3_USE= GNOME=gtk30
|
2012-06-12 21:07:41 +02:00
|
|
|
|
2009-12-26 14:53:36 +01:00
|
|
|
.include <bsd.port.mk>
|