diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-22 18:40:57 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-22 18:40:57 +0000 |
commit | 637e3acaa8152bd025116b4c9b7761ba51ee7b17 (patch) | |
tree | df3f82e52fb117bc502422eb3da8e6fdedf4cac0 /x11-themes/gnome-icons-snowish/Makefile | |
parent | Gray version of the nice theme "Mint", with a new Metacity theme! (diff) |
Add gnome-icons-snowish 1.0, a Mac inspired icon theme for GNOME.
PR: ports/93301
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Notes
Notes:
svn path=/head/; revision=156696
Diffstat (limited to 'x11-themes/gnome-icons-snowish/Makefile')
-rw-r--r-- | x11-themes/gnome-icons-snowish/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons-snowish/Makefile b/x11-themes/gnome-icons-snowish/Makefile new file mode 100644 index 000000000000..dd6c523c22ba --- /dev/null +++ b/x11-themes/gnome-icons-snowish/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Snowish Iconset +# Date created: 13 Feb 2006 +# Whom: Babak Farrokhi <babak@farrokhi.net> +# +# $FreeBSD$ +# + +PORTNAME= snowish +PORTVERSION= 1.0 +CATEGORIES= x11-themes gnome +MASTER_SITES= http://nuovext.pwsp.net/snowish/files/ +DISTNAME= SnowIsh-${PORTVERSION}_PNG + +MAINTAINER= babak@farrokhi.net +COMMENT= A Mac inspired icon theme for GNOME + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} +USE_BZIP2= yes + +#WRKSRC= ${WRKDIR}/snowish-Icons-${PORTVERSION} + +.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" +.include <bsd.port.mk> |