b22224f636
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
18 lines
432 B
Makefile
18 lines
432 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= polyester
|
|
PORTVERSION= 2.0.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= http://www.notmart.org/files/
|
|
PKGNAMEPREFIX= kde4-style-
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= KDE style and window decoration
|
|
|
|
USE_KDE4= kdelibs kdeprefix automoc4
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
USES= cmake gettext tar:bzip2
|
|
|
|
.include <bsd.port.mk>
|