1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/hupnp/Makefile
Max Brazhnikov bc663491d3 - Clean up after conversion to USES=qmake
Approved by:	portmgr (blanket approval)
2013-11-26 12:59:35 +00:00

22 lines
484 B
Makefile

# 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= fluffy@FreeBSD.org
COMMENT= Library for building UPnP devices and control points
USES= gmake qmake
USE_ZIP= yes
USE_QT4= corelib network xml dbus gui \
moc_build rcc_build uic_build
QMAKE_ARGS= "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP"
.include <bsd.port.mk>