diff options
author | pav <pav@FreeBSD.org> | 2004-03-05 04:55:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-05 04:55:47 +0800 |
commit | 3245a1650a45b0abcb185f6a622bb10c3fcd87e8 (patch) | |
tree | da27cfbb95506a3ade1986c997e0aa97af6b2436 /x11-themes/gnome-icons-snow-apple/Makefile | |
parent | 4b0600dd12164a1ec4bdefdc1d97d8f09d1b40ca (diff) | |
download | freebsd-ports-gnome-3245a1650a45b0abcb185f6a622bb10c3fcd87e8.tar.gz freebsd-ports-gnome-3245a1650a45b0abcb185f6a622bb10c3fcd87e8.tar.zst freebsd-ports-gnome-3245a1650a45b0abcb185f6a622bb10c3fcd87e8.zip |
Add gnome-icons-snow-apple, The Snow-Apple iconset for GNOME 2
PR: ports/63741
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'x11-themes/gnome-icons-snow-apple/Makefile')
-rw-r--r-- | x11-themes/gnome-icons-snow-apple/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons-snow-apple/Makefile b/x11-themes/gnome-icons-snow-apple/Makefile new file mode 100644 index 000000000000..d7fa45351f41 --- /dev/null +++ b/x11-themes/gnome-icons-snow-apple/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Gnome iconset Snow-Apple +# Date created: 29 Feb 2004 +# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> +# +# $FreeBSD$ +# + +# Port logic gratuitously stolen from x11-themes/kde-icons-noia by +# lioux@. If it's not defined here and you think it should be, check +# x11-themes/gnome-icons/Makefile.icons for it. + +PORTNAME= snow-apple +PORTVERSION= 20030202 +CATEGORIES= x11-themes gnome +DISTNAME= ICON-Snow-Apple + +MAINTAINER= tmclaugh@sdf.lonestar.org +COMMENT= Snow-Apple Icons for Gnome + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} + +WRKSRC= "${WRKDIR}/Snow-Apple" + +.include "${.CURDIR}/../gnome-icons/Makefile.icons" |