diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-04 21:02:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-04 21:02:42 +0000 |
commit | fda71ebb3abecddea54fc9f761ce691c32acd50e (patch) | |
tree | 041e021150749c47587115de55acdf5037919e44 /x11-themes/gnome-icons-ximian-south/Makefile | |
parent | 9bde6bb0dd8ba4c2aa6f546f7842ccff1499252d (diff) |
Notes
Diffstat (limited to 'x11-themes/gnome-icons-ximian-south/Makefile')
-rw-r--r-- | x11-themes/gnome-icons-ximian-south/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons-ximian-south/Makefile b/x11-themes/gnome-icons-ximian-south/Makefile new file mode 100644 index 000000000000..ad775f5df60f --- /dev/null +++ b/x11-themes/gnome-icons-ximian-south/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Gnome iconset Ximian-South +# 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= ximian-south +PORTVERSION= 1.3.6 +CATEGORIES= x11-themes gnome +DISTNAME= ICON-Ximian-South-${PORTVERSION} + +MAINTAINER= tmclaugh@sdf.lonestar.org +COMMENT= Ximian-South Icons for Gnome + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} + +WRKSRC= "${WRKDIR}/${PORTNAME}" + +.include "${.CURDIR}/../gnome-icons/Makefile.icons" |