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