- 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)
This commit is contained in:
parent
c228a2b65d
commit
ac36920241
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333450
1 changed files with 3 additions and 5 deletions
|
@ -11,14 +11,12 @@ DISTNAME= herqq-${PORTVERSION}
|
|||
MAINTAINER= fluffy@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>
|
||||
|
|
Loading…
Reference in a new issue