99d6d12a38
While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
26 lines
650 B
Makefile
26 lines
650 B
Makefile
# Created by: decept
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crystal
|
|
PORTVERSION= 2.2.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/
|
|
PKGNAMEPREFIX= kde-windeco-
|
|
DISTNAME= 75140-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Transparent KDE window decoration
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DEPRECATED= Qt4 has been EOL since december 2015
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
USES= cmake:outsource,noninja kde:4 qt:4 tar:bzip2
|
|
USE_KDE= kdelibs automoc4 workspace
|
|
USE_QT= qmake_build moc_build rcc_build uic_build \
|
|
corelib gui qt3support
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|