mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
22 lines
578 B
Makefile
22 lines
578 B
Makefile
# Created by: Steve Wills <steve@mouf.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nitrogen
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/
|
|
PKGNAMEPREFIX= kde4-style-
|
|
DISTFILES= 112652-kde4-kstyle-nitrogen-${PORTVERSION}-Source.tar.gz
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= KDE style with animations
|
|
|
|
WRKSRC= ${WRKDIR}/kde4-kstyle-nitrogen-${PORTVERSION}-Source
|
|
USE_KDE4= kdelibs kdehier kdeprefix automoc4
|
|
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
|
|
USES= cmake
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|