summaryrefslogtreecommitdiff
path: root/net/gupnp-ui/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-12 19:16:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-12 19:16:05 +0000
commit680efaa60075347cac74708468ff5a562026691d (patch)
tree151136e150fb5f1e45f1e42337e6f319124f5f58 /net/gupnp-ui/Makefile
parent- Update to 0.2.1 (diff)
- Change MASTER_SITES to GNOME
- Fix *_DEPENDS: USE_GNOME=libglade2 is not required - Add LICENSE - Sort LIB_DEPENDS - Sort USE_GNOME - Bump PORTREVISION for dependency change and net/gupnp shlib change - Take maintainership
Notes
Notes: svn path=/head/; revision=299145
Diffstat (limited to 'net/gupnp-ui/Makefile')
-rw-r--r--net/gupnp-ui/Makefile18
1 files changed, 11 insertions, 7 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>