diff options
Diffstat (limited to 'x11-themes/kde-icons-amaranth/Makefile')
-rw-r--r-- | x11-themes/kde-icons-amaranth/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-amaranth/Makefile b/x11-themes/kde-icons-amaranth/Makefile new file mode 100644 index 000000000000..ae306aaba09f --- /dev/null +++ b/x11-themes/kde-icons-amaranth/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: KDE iconset Amaranth +# Date created: Fri Feb 13 11:24:29 UTC 2004 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= amaranth +PORTVERSION= 0.8 +MASTER_SITES= ${MASTER_SITE_THEMES} +MASTER_SITE_SUBDIR= amaranth +DISTNAME= ${PORTNAME}-default-${PORTVERSION:C/^.//} + +COMMENT= KDE smooth iconset + +WRKSRC= "${WRKDIR}/Amaranth" + +.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |