diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-04 19:34:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-04 19:34:36 +0000 |
commit | 4d25444544373622e6c26b3299add458b9058dae (patch) | |
tree | f7c039e7a7dba602d566048cfd639c6b34a98efa /x11-themes/gnome-icons-aqua-fusion/Makefile | |
parent | Add helper Makefile for coming gnome-icons-* ports. (diff) |
Add gnome-icons-aqua-fusion, a AquaFusion iconset for GNOME 2.
PR: ports/63732
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes
Notes:
svn path=/head/; revision=102934
Diffstat (limited to 'x11-themes/gnome-icons-aqua-fusion/Makefile')
-rw-r--r-- | x11-themes/gnome-icons-aqua-fusion/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons-aqua-fusion/Makefile b/x11-themes/gnome-icons-aqua-fusion/Makefile new file mode 100644 index 000000000000..5e850a8ba596 --- /dev/null +++ b/x11-themes/gnome-icons-aqua-fusion/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Gnome iconset AquaFusion +# 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= aqua-fusion +PORTVERSION= 20030216 +CATEGORIES= x11-themes gnome +DISTNAME= ICON-AquaFusion + +MAINTAINER= tmclaugh@sdf.lonestar.org +COMMENT= AquaFusion Icons for Gnome + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} + +USE_BZIP2= yes +WRKSRC= "${WRKDIR}/AquaFusion" + +.include "${.CURDIR}/../gnome-icons/Makefile.icons" |