summaryrefslogtreecommitdiff
path: root/emulators/aqemu/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-01-13 01:18:32 +0000
committerSteve Wills <swills@FreeBSD.org>2018-01-13 01:18:32 +0000
commitaf6e3d306fd86be63e0ab1fd7e1a59b07a4e895b (patch)
tree71c91c1b584575ee2f30f24276d9bf0f751f601d /emulators/aqemu/Makefile
parentupdate to version 0.5.0 (diff)
emulators/aqemu: updating to version 0.9.2
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> Differential Revision: https://reviews.freebsd.org/D13704
Notes
Notes: svn path=/head/; revision=458888
Diffstat (limited to 'emulators/aqemu/Makefile')
-rw-r--r--emulators/aqemu/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile
index db8e653c9446..7985311e9d33 100644
--- a/emulators/aqemu/Makefile
+++ b/emulators/aqemu/Makefile
@@ -1,22 +1,23 @@
# $FreeBSD$
PORTNAME= aqemu
-PORTVERSION= 0.8.2
-PORTREVISION= 3
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.9.2
CATEGORIES= emulators
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/
MAINTAINER= ports@FreeBSD.org
-COMMENT= Qt 4 based Qemu frontend
+COMMENT= Qt5 based QEMU frontend
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libvncclient.so:net/libvncserver
-USE_QT4= corelib gui network qtestlib xml linguisttools_build \
- moc_build qmake_build rcc_build uic_build
-USES= cmake tar:bzip2
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,}
+USES= cmake:noninja
+USE_QT5= buildtools_build linguisttools_build qmake_build \
+ core dbus gui network printsupport testlib widgets
+
+USE_GITHUB= yes
+GH_ACCOUNT= tobimensch
.include <bsd.port.mk>