1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/emulators/aqemu/Makefile
Marcelo Araujo 4c53794094 Bump PORTREVISION of several ports that depends of net/libvncserver to
reflect the changes made on r445054.

PR:			ports/220565 (based on)
Submitted by:		Martin Birgmeier <la5lbtyi@aon.at>
Sponsored by:		iXsystems, Inc.
2017-07-12 02:39:35 +00:00

23 lines
522 B
Makefile

# $FreeBSD$
PORTNAME= aqemu
PORTVERSION= 0.8.2
PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Qt 4 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$,,}
.include <bsd.port.mk>