diff options
Diffstat (limited to 'x11-themes/gnome-icons-elementary/Makefile')
-rw-r--r-- | x11-themes/gnome-icons-elementary/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons-elementary/Makefile b/x11-themes/gnome-icons-elementary/Makefile new file mode 100644 index 000000000000..1e66b7290bce --- /dev/null +++ b/x11-themes/gnome-icons-elementary/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: gnome-icons-elementary +# Date created: 2010-04-16 +# Whom: Nicole Reid <root@cooltrainer.org> +# +# $FreeBSD$ +# + +PORTNAME= elementary +PORTVERSION= 2.5 +CATEGORIES= x11-themes gnome +MASTER_SITES= http://update.cooltrainer.org/x11-themes/gnome-icons-elementary/ + +MAINTAINER= root@cooltrainer.org +COMMENT= Elementary icon set + +LICENSE= GPLv2 + +.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" +.include <bsd.port.mk> |