diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2007-12-12 01:25:28 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2007-12-12 01:25:28 +0000 |
commit | c5c7a3c6a9788173d64780e0d28a9cf3111eef09 (patch) | |
tree | 856166767b5b6ebb9bedcc24a40221159134e252 /x11-themes/kde-icons-dark-glass/Makefile | |
parent | 39349602e0726a2905538f7c0e13be58c8f31341 (diff) |
o New port kde-icons-dark-glass version 2.1: KDE Dark Glass iconset
o Port inherits most of its logic from
x11-themes/kde-icons-noia/Makefile.icons file
Notes
Notes:
svn path=/head/; revision=203090
Diffstat (limited to 'x11-themes/kde-icons-dark-glass/Makefile')
-rw-r--r-- | x11-themes/kde-icons-dark-glass/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-dark-glass/Makefile b/x11-themes/kde-icons-dark-glass/Makefile new file mode 100644 index 000000000000..d1b8d2ce0502 --- /dev/null +++ b/x11-themes/kde-icons-dark-glass/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: KDE iconset Dark Glass +# Date created: Qua 12 Dez 2007 00:29:59 UTC +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= dark-glass +PORTVERSION= 2.1 +MASTER_SITES= http://www.mentalrey.it/icon_set/ +DISTNAME= Dark-Glass-scripted + +COMMENT= KDE Dark Glass iconset + +PLIST_FILE_PATTERN_EXTRA= -v "^\./(buildset|README)" + +.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |