1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/hupnp/Makefile
Raphael Kubo da Costa ac36920241 - Switch from USE_GMAKE=yes to USES=gmake. [1]
- Support staging.
- Use USES=qmake to simplify the Makefile.

Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
Approved by:	fluffy (maintainer, implicit)
2013-11-10 21:26:41 +00:00

23 lines
519 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= A library for building UPnP devices and control points
USES= gmake qmake
USE_ZIP= yes
USE_QT4= corelib network xml dbus gui \
qmake_build moc_build rcc_build uic_build
QMAKE_ARGS= "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP"
QMAKE_PRO= herqq.pro
.include <bsd.port.mk>