mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
21646392b0
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
21 lines
468 B
Makefile
21 lines
468 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aqemu
|
|
PORTVERSION= 0.8.1
|
|
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_BZIP2= yes
|
|
USE_QT4= gui qtestlib xml qmake_build uic_build moc_build rcc_build \
|
|
linguist_build
|
|
USES= cmake
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,}
|
|
|
|
.include <bsd.port.mk>
|