freebsd-ports/net/hupnp/Makefile
Alberto Villa 22b50c1fd8 - Update cagibi to 0.2.0.
- Update hupnp to 1.0.0.
- Update kio-upnp-ms to 1.0.0.git20110808.
2011-10-16 22:58:11 +00:00

26 lines
644 B
Makefile

# New ports collection makefile for: hupnp
# Date created: 2010-12-29
# Whom: Dima Panov <fluffy@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= hupnp
PORTVERSION= 1.0.0
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
USE_ZIP= yes
USE_GMAKE= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib network xml dbus gui \
qmake_build moc_build rcc_build uic_build
QMAKE_ARGS= PREFIX=${PREFIX} herqq.pro
do-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}
.include <bsd.port.mk>