1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/emulators/aqemu/Makefile
Max Brazhnikov b2b5151ef3 - Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
2015-02-24 21:46:28 +00:00

20 lines
476 B
Makefile

# $FreeBSD$
PORTNAME= aqemu
PORTVERSION= 0.8.2
PORTREVISION= 1
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 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>