diff options
author | lioux <lioux@FreeBSD.org> | 2004-02-20 02:01:17 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-02-20 02:01:17 +0000 |
commit | c48021194c7148b3c542b080cd82de65d1709162 (patch) | |
tree | e3ee359a9929bae2bb566848a9e6b5f797f26309 /x11-themes/kde-icons-nuvola/Makefile | |
parent | 200965983ab2fc5a9c95074d83620b42895fd567 (diff) | |
download | FreeBSD-ports-c48021194c7148b3c542b080cd82de65d1709162.zip FreeBSD-ports-c48021194c7148b3c542b080cd82de65d1709162.tar.gz |
o New port kde-icons-nuvola version 0.2.5: KDE Nuvola iconset, SVG
evolution of SKY
o Port inherits most of its logic from x11-themes/noia/Makefile.icons
file
Diffstat (limited to 'x11-themes/kde-icons-nuvola/Makefile')
-rw-r--r-- | x11-themes/kde-icons-nuvola/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-nuvola/Makefile b/x11-themes/kde-icons-nuvola/Makefile new file mode 100644 index 0000000..e378156 --- /dev/null +++ b/x11-themes/kde-icons-nuvola/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: KDE iconset Nuvola +# Date created: Fri Feb 13 11:24:29 UTC 2004 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= nuvola +PORTVERSION= 0.2.5 +MASTER_SITES= http://www.icon-king.com/distro/ +DISTNAME= ${PORTNAME}-${PORTVERSION}dave + +COMMENT= KDE Nuvola iconset, SVG evolution of SKY + +WRKSRC= ${WRKDIR}/${PORTNAME} +PORT_SHAREDIR?= "${PORTNAME}-${PORTVERSION}" + +.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |