blob: 2ac9c645f14c4761a950b2d4fe5f1a4a4af00cfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD$
PORTNAME= oxygen-transparent
PORTVERSION= 2014.03.10
PORTREVISION= 4
CATEGORIES= x11-themes kde
MASTER_SITES= LOCAL/dbn/${PORTNAME}
PKGNAMEPREFIX= kde4-style-
MAINTAINER= dbn@FreeBSD.org
COMMENT= KDE oxygen style with transparency
LICENSE= GPLv2
USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs workspace automoc4
USE_QT= corelib qmake_build moc_build rcc_build uic_build
.include <bsd.port.mk>
|