mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +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
648 B
Makefile
26 lines
648 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kshutdown
|
|
DISTVERSION= 4.2
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= SF/${PORTNAME}/KShutdown/${DISTVERSION}/
|
|
DISTNAME= ${PORTNAME}-source-${DISTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Advanced shutdown utility for KDE
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= alias cmake:outsource compiler:c++0x gettext kde:4 qt:4 zip
|
|
USE_QT= corelib dbus gui moc_build qmake_build rcc_build svg uic_build
|
|
USE_KDE= automoc4 kdelibs workspace
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
|
|
|
# Make sure, we're building the KDE4 version.
|
|
CMAKE_ARGS= -DKS_KF5:BOOL=FALSE \
|
|
-DKS_PURE_QT:BOOL=FALSE
|
|
|
|
.include <bsd.port.mk>
|