diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2013-09-11 11:59:59 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2013-09-11 11:59:59 +0000 |
commit | 7aa28ecd61fce3ff19f5c9360eb87d01c396a479 (patch) | |
tree | 50d3a97697ee54beae82675efae0d2bfe7e414a4 /x11-themes/cursor-chameleon-pearl/Makefile | |
parent | 871be4db49f61da53058a67513cf185a0b200c7c (diff) | |
download | ports-7aa28ecd61fce3ff19f5c9360eb87d01c396a479.tar.gz ports-7aa28ecd61fce3ff19f5c9360eb87d01c396a479.zip |
Notes
Diffstat (limited to 'x11-themes/cursor-chameleon-pearl/Makefile')
-rw-r--r-- | x11-themes/cursor-chameleon-pearl/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-themes/cursor-chameleon-pearl/Makefile b/x11-themes/cursor-chameleon-pearl/Makefile index 154b5e962579..b1f3e42d52d2 100644 --- a/x11-themes/cursor-chameleon-pearl/Makefile +++ b/x11-themes/cursor-chameleon-pearl/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: cursor-chameleon-pearl -# Date created: 2009-11-14 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= chameleon PORTVERSION= 0.5 CATEGORIES= x11-themes -MASTER_SITES= http://www.egregorion.net/works/ +MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -pearl DISTNAME= Chameleon-Pearl-${PORTVERSION} @@ -16,6 +12,8 @@ DISTNAME= Chameleon-Pearl-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Chameleon Xcursors theme +LICENSE= GPLv2 + THEME= Pearl .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" |