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