1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/krfb-kde4/Makefile
Tobias C. Berner cea9dea6a2 net-im/telepathy-qt[45]: falvorize
Flavorize the ports:
	* telepathy-qt4 -> telepathy-qt@qt4
	* telepathy-qt5 -> telepathy-qt@qt5

While here, also clean up the Makefile a bit.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D17445
2018-10-07 13:43:14 +00:00

22 lines
457 B
Makefile

# $FreeBSD$
PORTNAME= krfb
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 3
CATEGORIES= net kde kde-kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= VNC server for KDE
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4
USES= alias cmake:outsource jpeg kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= corelib gui network \
moc_build qmake_build rcc_build uic_build
.include <bsd.port.mk>