42b2ed0e2f
It improves consistency, lots of cursors were already installed in that directory. The same change was already done for regular fonts.
21 lines
441 B
Makefile
21 lines
441 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chameleon
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= LOCAL/vg
|
|
PKGNAMEPREFIX= cursor-
|
|
PKGNAMESUFFIX= -skyblue
|
|
DISTNAME= Chameleon-SkyBlue-${PORTVERSION}
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= Chameleon Xcursors theme
|
|
|
|
LICENSE= GPLv2
|
|
|
|
THEME= SkyBlue
|
|
|
|
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
|
.include <bsd.port.mk>
|