aboutsummaryrefslogtreecommitdiff
path: root/net/hupnp/Makefile
blob: ef0a0fd98b316aa3549bc38a0bfa598730a1acd6 (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
# Created by: Dima Panov <fluffy@FreeBSD.org>
# $FreeBSD$

PORTNAME=	hupnp
PORTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	net devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
DISTNAME=	herqq-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for building UPnP devices and control points

LICENSE=	LGPL3+
LICENSE_FILE=	${WRKSRC}/hupnp/LICENSE_LGPLv3.txt

USES=		gmake qmake zip
USE_QT4=	corelib network xml dbus gui \
		moc_build rcc_build uic_build

QMAKE_ARGS=	"CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP"

.include <bsd.port.mk>