1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/gupnp-ui/Makefile
Sunpoet Po-Chuan Hsieh 680efaa600 - 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
2012-06-12 19:16:05 +00:00

30 lines
593 B
Makefile

# New ports collection makefile for: gupnp-ui
# Date created: 2009-12-26
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gupnp-ui
PORTVERSION= 0.1.1
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= GNOME
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Framework for UPnP devices
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
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gtk20
USE_LDCONFIG= yes
USE_PYTHON= yes
.include <bsd.port.mk>