diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-20 02:07:54 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-20 02:07:54 +0000 |
commit | b1a41393bb49df56f89efa995dc2c89dc28d14da (patch) | |
tree | 813ebbe3b388ba13773eb0484cffe5e99a5d7560 /x11-themes/kde-icons-sparkling/Makefile | |
parent | e9c4850db203aae67233ecc891f9a5b674467da1 (diff) |
o New port kde-icons-sparkling version 0.4: KDE Sparkling iconset
o Port inherits most of its logic from x11-themes/noia/Makefile.icons
file
Notes
Notes:
svn path=/head/; revision=101455
Diffstat (limited to 'x11-themes/kde-icons-sparkling/Makefile')
-rw-r--r-- | x11-themes/kde-icons-sparkling/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-sparkling/Makefile b/x11-themes/kde-icons-sparkling/Makefile new file mode 100644 index 000000000000..d591233b5904 --- /dev/null +++ b/x11-themes/kde-icons-sparkling/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: KDE iconset Sparkling +# Date created: Fri Feb 13 11:24:29 UTC 2004 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sparkling +PORTVERSION= 0.4 +MASTER_SITES= http://66.98.142.22/%7Edaflow/daflow/downloads/ +DISTNAME= Sparkling%20Icons%20%5B${PORTVERSION}%5D%20by%20Da%20FloW + +COMMENT= KDE Sparkling iconset + +WRKSRC= ${WRKDIR}/Sparkling +PORT_SHAREDIR?="${PORTNAME}-${PORTVERSION}" + +.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |