mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
26 lines
665 B
Makefile
26 lines
665 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdenetwork
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Network applications (meta port)
|
|
|
|
USES= kde:5 metaport qt:5
|
|
USE_QT= #
|
|
|
|
OPTIONS_DEFINE= FILESHARING KRDC KRFB
|
|
OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NKOPETE}
|
|
|
|
FILESHARING_DESC= Network file sharing via Samba
|
|
FILESHARING_RUN_DEPENDS= kdenetwork-filesharing>=${KDE_APPLICATIONS_VERSION}:net/kdenetwork-filesharing
|
|
|
|
KRDC_DESC= RDP and VNC client
|
|
KRDC_RUN_DEPENDS= krdc>=${KDE_APPLICATIONS_VERSION}:net/krdc
|
|
|
|
KRFB_DESC= Desktop Sharing (VNC server)
|
|
KRFB_RUN_DEPENDS= krfb>=${KDE_APPLICATIONS_VERSION}:net/krfb
|
|
|
|
.include <bsd.port.mk>
|