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
25 lines
514 B
Makefile
25 lines
514 B
Makefile
PORTNAME= aqemu
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= emulators
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Qt5 based QEMU frontend
|
|
WWW= https://github.com/tobimensch/aqemu
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libvncclient.so:net/libvncserver
|
|
|
|
USES= cmake compiler:c++11-lang qt:5
|
|
USE_QT= buildtools:build qmake:build \
|
|
core dbus gui network printsupport testlib widgets
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tobimensch
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|