diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-24 09:15:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-24 09:15:09 +0000 |
commit | ed27879cd957bf116f7f2e819bb60298fb40e2f0 (patch) | |
tree | 55cc1d890f6d4642b31b0ccadb41412b8fb55261 /x11-themes/kde-icons-sky/Makefile | |
parent | 4f0c0f316d23dfbe62dc748ebe7fcb9654b26a0f (diff) |
Notes
Diffstat (limited to 'x11-themes/kde-icons-sky/Makefile')
-rw-r--r-- | x11-themes/kde-icons-sky/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-sky/Makefile b/x11-themes/kde-icons-sky/Makefile new file mode 100644 index 000000000000..0d19942c6a82 --- /dev/null +++ b/x11-themes/kde-icons-sky/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: KDE iconset Sky +# Date created: Tue Feb 24 09:09:57 UTC 2004 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sky +PORTVERSION= 0.7.3 +MASTER_SITES= http://www.kde-look.org/content/files/ +DISTNAME= 3095-${PORTNAME}-${PORTVERSION}dave +EXTRACT_SUFX= .tgz + +COMMENT= KDE SKY iconset + +WRKSRC= ${WRKDIR}/${PORTNAME} + +.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |