diff options
Diffstat (limited to 'x11-themes/kde-icons-crystalosx/Makefile')
-rw-r--r-- | x11-themes/kde-icons-crystalosx/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-crystalosx/Makefile b/x11-themes/kde-icons-crystalosx/Makefile new file mode 100644 index 000000000000..f19b8228735e --- /dev/null +++ b/x11-themes/kde-icons-crystalosx/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: KDE iconset CrystalOSX +# Date created: Sat Feb 21 08:36:31 UTC 2004 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= crystalosx +PORTVERSION= 0.1.0 +MASTER_SITES= http://www.korny.dk/apps/ +DISTNAME= CrystalOSX + +COMMENT= KDE iconset + +WRKSRC= "${WRKDIR}/${DISTNAME}" + +.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |