mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
15dccb3a0d
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
21 lines
499 B
Makefile
21 lines
499 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= krfb
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= net kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= VNC server for KDE
|
|
|
|
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|
libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4
|
|
|
|
USES= alias cmake:outsource tar:xz
|
|
USE_KDE4= kdelibs kdeprefix automoc4
|
|
USE_QT4= corelib gui network \
|
|
moc_build qmake_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|