summaryrefslogtreecommitdiff
path: root/net/gupnp-ui/Makefile
blob: c06549c470b5bc7c60b5589cecdff08b220e4db3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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=	3
CATEGORIES=	net
MASTER_SITES=	http://www.gupnp.org/sites/all/files/sources/

MAINTAINER=	ports@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>