diff options
author | lioux <lioux@FreeBSD.org> | 2004-02-20 09:53:55 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-02-20 09:53:55 +0800 |
commit | ef588c089b908808c6321cfbfeb1fc9b4cea8f6e (patch) | |
tree | fcdf4635b82af4864523413bf24b75acafbead55 /x11-themes/kde-icons-lush/Makefile | |
parent | ac2e0aa82c90f7fd9f4f1e87c9fca295e422a9d6 (diff) | |
download | freebsd-ports-gnome-ef588c089b908808c6321cfbfeb1fc9b4cea8f6e.tar.gz freebsd-ports-gnome-ef588c089b908808c6321cfbfeb1fc9b4cea8f6e.tar.zst freebsd-ports-gnome-ef588c089b908808c6321cfbfeb1fc9b4cea8f6e.zip |
o New port kde-icons-lush version 0.1.0: KDE Lush complete iconset
o Port inherits most of its logic from x11-themes/noia/Makefile.icons
file
Diffstat (limited to 'x11-themes/kde-icons-lush/Makefile')
-rw-r--r-- | x11-themes/kde-icons-lush/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-lush/Makefile b/x11-themes/kde-icons-lush/Makefile new file mode 100644 index 000000000000..9c6e4aaa7187 --- /dev/null +++ b/x11-themes/kde-icons-lush/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: KDE iconset Lush +# Date created: Fri Feb 13 11:24:29 UTC 2004 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= lush +PORTVERSION= 0.1.0 +MASTER_SITES= http://projects.dims.org/~dave/distribution/ +DISTNAME= ${PORTNAME}-${PORTVERSION}dave + +COMMENT= KDE Lush complete iconset + +WRKSRC= "${WRKDIR}/${PORTNAME}" + +.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |