- Add LICENSE - USE_BZIP2 -> USES=tar:bzip2 - Fix some portlint(1) warnings Approved by: portmgr (blanket approval)
21 lines
570 B
Makefile
21 lines
570 B
Makefile
# Created by: Steve Wills <steve@mouf.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= skulpture
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 8
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/
|
|
PKGNAMEPREFIX= kde4-style-
|
|
DISTFILES= 59031-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= KDE style featuring 3D artwork and enhanced the visual experience
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace
|
|
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
|
|
USES= cmake tar:bzip2
|
|
|
|
.include <bsd.port.mk>
|