aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/kde4-style-nitrogen/Makefile
blob: dcfca18566aa7f51c96d3ffc23d01e06764e8bc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$

PORTNAME=	nitrogen
PORTVERSION=	1.0.5
PORTREVISION=	9
CATEGORIES=	x11-themes kde
MASTER_SITES=	http://www.kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX=	kde4-style-
DISTNAME=	112652-kde4-kstyle-nitrogen-${PORTVERSION}-Source

MAINTAINER=	swills@FreeBSD.org
COMMENT=	KDE style with animations

LICENSE=	GPLv2

WRKSRC=		${WRKDIR}/kde4-kstyle-nitrogen-${PORTVERSION}-Source

USES=		cmake kde:4 qt:4
USE_KDE=	kdelibs automoc4
USE_QT=		corelib qmake_build moc_build rcc_build uic_build

.include <bsd.port.mk>