mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
cea9dea6a2
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
22 lines
457 B
Makefile
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>
|