diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-ui/Makefile | 18 | ||||
-rw-r--r-- | net/gupnp-ui/pkg-descr | 4 |
2 files changed, 13 insertions, 9 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index c06549c470b5..4bc17738f6f2 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -7,19 +7,23 @@ PORTNAME= gupnp-ui PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net -MASTER_SITES= http://www.gupnp.org/sites/all/files/sources/ +MASTER_SITES= GNOME -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Framework for UPnP devices -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gupnp-1.0:${PORTSDIR}/net/gupnp +LICENSE= LGPL20 + +BUILD_DEPENDS= gupnp>=0.3:${PORTSDIR}/net/gupnp +LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp \ + soup-2.4:${PORTSDIR}/devel/libsoup +RUN_DEPENDS= gupnp>=0.3:${PORTSDIR}/net/gupnp -USE_PYTHON= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack intlhack libglade2 gtk20 +USE_GNOME= gnomehack gtk20 USE_LDCONFIG= yes +USE_PYTHON= yes .include <bsd.port.mk> diff --git a/net/gupnp-ui/pkg-descr b/net/gupnp-ui/pkg-descr index fb3822e1ff3c..82066917833f 100644 --- a/net/gupnp-ui/pkg-descr +++ b/net/gupnp-ui/pkg-descr @@ -1,3 +1,3 @@ -GUPnP-UI provides a collection of simple GTK+ widgets on top of GUPnP +GUPnP-UI provides a collection of simple GTK+ widgets on top of GUPnP. -WWW: http://www.gupnp.org/ +WWW: http://www.gupnp.org/ |