ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
27 lines
573 B
Makefile
27 lines
573 B
Makefile
PORTNAME= qconf
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool to create configure script for qmake-based project
|
|
WWW= https://github.com/psi-im/qconf
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= qmake:no_env qt:5 tar:bzip2
|
|
USE_QT= core gui xml \
|
|
buildtools:build qmake:build
|
|
HAS_CONFIGURE= yes
|
|
MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}"
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
--datadir=${DATADIR:S,/qconf,,} \
|
|
--qtdir=${PREFIX} \
|
|
--verbose
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= psi-plus
|
|
|
|
.include <bsd.port.mk>
|