diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-04 20:46:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-04 20:46:40 +0000 |
commit | 42878f90ea2708500fd38f5a49c8d4bfa9434c61 (patch) | |
tree | 90cbd70b91cfbec5afb09c4384ade47522e49457 /x11-themes/gnome-icons-refined/Makefile | |
parent | a0e91c6e5b1ec5d1c6b33a5375e2eaefe722a8b2 (diff) |
Add gnome-icons-refined, a Red Hat 8 iconset for GNOME 2
PR: ports/63739
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes
Notes:
svn path=/head/; revision=102943
Diffstat (limited to 'x11-themes/gnome-icons-refined/Makefile')
-rw-r--r-- | x11-themes/gnome-icons-refined/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons-refined/Makefile b/x11-themes/gnome-icons-refined/Makefile new file mode 100644 index 000000000000..c1879fd1a988 --- /dev/null +++ b/x11-themes/gnome-icons-refined/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Gnome iconset Refined +# 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= refined +PORTVERSION= 20030203 +CATEGORIES= x11-themes gnome +DISTNAME= ICON-Gnome-RH8 + +MAINTAINER= tmclaugh@sdf.lonestar.org +COMMENT= Refined Icons for Gnome + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} + +WRKSRC= "${WRKDIR}/gnome-rh8" + +.include "${.CURDIR}/../gnome-icons/Makefile.icons" |