mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b22224f636
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
21 lines
457 B
Makefile
21 lines
457 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oxygen-transparent
|
|
PORTVERSION= 2014.03.10
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= LOCAL/dbn/${PORTNAME}
|
|
PKGNAMEPREFIX= kde4-style-
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
COMMENT= KDE oxygen style with transparency
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_KDE4= kdelibs kdeprefix workspace automoc4
|
|
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
|
|
USES= cmake tar:xz
|
|
|
|
.include <bsd.port.mk>
|