freebsd-ports/x11-themes/cursor-chameleon-pearl/Makefile
Baptiste Daroussin 42b2ed0e2f Move all X cursors from ${PREFIX}/lib/X11/icons to ${PREFIX}/share/icons
It improves consistency, lots of cursors were already installed in that
directory. The same change was already done for regular fonts.
2017-08-17 08:26:25 +00:00

21 lines
435 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= -pearl
DISTNAME= Chameleon-Pearl-${PORTVERSION}
MAINTAINER= vg@FreeBSD.org
COMMENT= Chameleon Xcursors theme
LICENSE= GPLv2
THEME= Pearl
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
.include <bsd.port.mk>