a7ce39107d
while here: - Trim Makefile header - Switch to out-of-source build - Explicitly depend on required Qt4 component Approved by: portmgr (miwi)
23 lines
570 B
Makefile
23 lines
570 B
Makefile
# Created by: decept
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crystal
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/
|
|
PKGNAMEPREFIX= kde-windeco-
|
|
DISTNAME= 75140-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= Transparent KDE window decoration
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build \
|
|
corelib gui qt3support
|
|
USES= cmake:outsource
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|