svn commit: r333450 - head/net/hupnp
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Nov 10 21:26:42 UTC 2013
Author: rakuco
Date: Sun Nov 10 21:26:41 2013
New Revision: 333450
URL: http://svnweb.freebsd.org/changeset/ports/333450
Log:
- Switch from USE_GMAKE=yes to USES=gmake. [1]
- Support staging.
- Use USES=qmake to simplify the Makefile.
Submitted by: Schaich Alonso <alonsoschaich at fastmail.fm>
Approved by: fluffy (maintainer, implicit)
Modified:
head/net/hupnp/Makefile
Modified: head/net/hupnp/Makefile
==============================================================================
--- head/net/hupnp/Makefile Sun Nov 10 21:15:09 2013 (r333449)
+++ head/net/hupnp/Makefile Sun Nov 10 21:26:41 2013 (r333450)
@@ -11,14 +11,12 @@ DISTNAME= herqq-${PORTVERSION}
MAINTAINER= fluffy at FreeBSD.org
COMMENT= A library for building UPnP devices and control points
+USES= gmake qmake
USE_ZIP= yes
-USE_GMAKE= yes
USE_QT4= corelib network xml dbus gui \
qmake_build moc_build rcc_build uic_build
-QMAKE_ARGS= PREFIX=${PREFIX} "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP" herqq.pro
-NO_STAGE= yes
-do-configure:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}
+QMAKE_ARGS= "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP"
+QMAKE_PRO= herqq.pro
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list