19 lines
455 B
Makefile
19 lines
455 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oxygen-transparent
|
|
PORTVERSION= 2013.01.02
|
|
PORTREVISION= 1
|
|
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>
|