1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/gupnp-ui/Makefile
2013-04-23 14:20:25 +00:00

27 lines
519 B
Makefile

# Created by: 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:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_GNOME= gtk20
USE_LDCONFIG= yes
USE_PYTHON= yes
USES= pathfix pkgconfig
.include <bsd.port.mk>