1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/x11-themes/cursor-ecliz/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

27 lines
624 B
Makefile

# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= ecliz
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX= cursor-
DISTNAME= 76605-Ecliz_Port
MAINTAINER= vg@FreeBSD.org
COMMENT= Ecliz X cursor theme
NO_BUILD= yes
WRKSRC= ${WRKDIR}/Ecliz
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/${PORTNAME}
cd ${WRKSRC} && ${COPYTREE_SHARE} cursors \
${STAGEDIR}${PREFIX}/share/icons/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/index.theme \
${STAGEDIR}${PREFIX}/share/icons/${PORTNAME}
.include <bsd.port.mk>