Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/emulators/aqemu/Makefile
18157 views
PORTNAME=	aqemu
DISTVERSIONPREFIX=	v
DISTVERSION=	0.9.2
PORTREVISION=	4
CATEGORIES=	emulators

MAINTAINER=	[email protected]
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>