mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
19 lines
447 B
Makefile
19 lines
447 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aqemu
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Qt 4 based Qemu frontend
|
|
|
|
LIB_DEPENDS= libvncclient.so:${PORTSDIR}/net/libvncserver
|
|
|
|
USE_QT4= gui qtestlib xml qmake_build uic_build moc_build rcc_build \
|
|
linguist_build
|
|
USES= cmake tar:bzip2
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,}
|
|
|
|
.include <bsd.port.mk>
|