diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-04 20:14:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-04 20:14:38 +0000 |
commit | 77607935761402999cb8d4e3a8e05fdb6da461f0 (patch) | |
tree | 07e34cd4132608adff8d2cdd3118588854724dad /x11-themes/gnome-icons-iris/Makefile | |
parent | 18aa1c31c655601de19128b175c2b43ad3b3faa0 (diff) |
Notes
Diffstat (limited to 'x11-themes/gnome-icons-iris/Makefile')
-rw-r--r-- | x11-themes/gnome-icons-iris/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons-iris/Makefile b/x11-themes/gnome-icons-iris/Makefile new file mode 100644 index 000000000000..e14bc28c13fc --- /dev/null +++ b/x11-themes/gnome-icons-iris/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Gnome iconset Crystal Iris +# 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= iris +PORTVERSION= 0.4 +CATEGORIES= x11-themes gnome +DISTNAME= ICON-Iris-${PORTVERSION} + +MAINTAINER= tmclaugh@sdf.lonestar.org +COMMENT= Iris SVG Icons for Gnome + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} + +USE_BZIP2= yes +WRKSRC= "${WRKDIR}/Iris" + +.include "${.CURDIR}/../gnome-icons/Makefile.icons" |