b22224f636
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
22 lines
503 B
Makefile
22 lines
503 B
Makefile
# Created by: Steve Wills <steve@mouf.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bespin
|
|
PORTVERSION= 201303202227
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= http://bsd.e-shell.net/local/
|
|
PKGNAMEPREFIX= kde4-style-
|
|
DISTNAME= cloudcity-${PORTVERSION}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Configurable KDE4 style
|
|
|
|
LICENSE= LGPL21
|
|
|
|
WRKSRC= ${WRKDIR}/cloudcity
|
|
USE_KDE4= kdelibs kdeprefix automoc4 workspace
|
|
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
|
|
USES= cmake
|
|
|
|
.include <bsd.port.mk>
|