mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
26 lines
536 B
Makefile
26 lines
536 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= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.gupnp.org/sources/${PORTNAME}/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Framework for UPnP devices
|
|
|
|
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
|
|
gupnp-1.0:${PORTSDIR}/net/gupnp
|
|
|
|
USE_PYTHON= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack intlhack libglade2 gtk20
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|