diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-12 19:16:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-12 19:16:05 +0000 |
commit | 680efaa60075347cac74708468ff5a562026691d (patch) | |
tree | 151136e150fb5f1e45f1e42337e6f319124f5f58 | |
parent | c25fb8d1754dd6dc915bc598368cdd0affece699 (diff) | |
download | ports-680efaa60075347cac74708468ff5a562026691d.tar.gz ports-680efaa60075347cac74708468ff5a562026691d.zip |
Notes
-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/ |