c39e307212
Changelog: - synchronized with latest oxygen - created KDE/4.10 branch - Warning: if you are using the "master" branch (which targets KDE/4.11), you will have conflicts with oxygen (@KDE) configuration, unless you are also using kde from git repositories This is due to backward incompatible changes in the configuration code. Approved by: bdrewery (mentor) Feature safe: yes
18 lines
439 B
Makefile
18 lines
439 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oxygen-transparent
|
|
PORTVERSION= 2013.01.02
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= LOCAL/dbn/${PORTNAME}
|
|
PKGNAMEPREFIX= kde4-style-
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
COMMENT= KDE oxygen style with transparency
|
|
|
|
USE_KDE4= kdelibs kdehier kdeprefix workspace automoc4
|
|
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
|
|
USES= cmake
|
|
USE_XZ= yes
|
|
|
|
.include <bsd.port.mk>
|