freebsd-ports/x11-themes/kde4-style-oxygen-transparent/Makefile
David Naylor c39e307212 Update x11-themes/kde4-style-oxygen-transparent to "2013.01.02" aka 7f0a6013.
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
2013-04-21 16:11:39 +00:00

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>