diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-03 09:45:10 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-03 09:45:10 +0000 |
commit | 9f6a5ec4b353c031a6c96d4fd3ba05253b9adb7b (patch) | |
tree | 774ce1384afe37ecfa763a89770a9b4950016e35 /x11-themes/cursor-chameleon-darkskyblue/Makefile | |
parent | 3978f932e2f8852de29ac92f8bb6983cf0693c25 (diff) |
Add new ports:
x11-themes/cursor-chameleon-anthracite
x11-themes/cursor-chameleon-darkskyblue
x11-themes/cursor-chameleon-pearl
x11-themes/cursor-chameleon-skyblue
x11-themes/cursor-chameleon-white
Collection of smooth semitransparent cursors with shadows.
WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459
PR: ports/148811
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
Notes
Notes:
svn path=/head/; revision=258672
Diffstat (limited to 'x11-themes/cursor-chameleon-darkskyblue/Makefile')
-rw-r--r-- | x11-themes/cursor-chameleon-darkskyblue/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/cursor-chameleon-darkskyblue/Makefile b/x11-themes/cursor-chameleon-darkskyblue/Makefile new file mode 100644 index 000000000000..b2db937c5d89 --- /dev/null +++ b/x11-themes/cursor-chameleon-darkskyblue/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: cursor-chameleon-darkskyblue +# Date created: 2009-11-14 +# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# +# $FreeBSD$ +# + +PORTNAME= chameleon +PORTVERSION= 0.5 +CATEGORIES= x11-themes +MASTER_SITES= http://www.egregorion.net/works/ +PKGNAMEPREFIX= cursor- +PKGNAMESUFFIX= -darkskyblue +DISTNAME= Chameleon-DarkSkyBlue-${PORTVERSION} + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Chameleon Xcursors theme + +THEME= DarkSkyBlue + +.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" +.include <bsd.port.mk> |