1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/x11-themes/cursor-dmz-aa-theme/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

31 lines
749 B
Makefile

PORTNAME= cursor-dmz-aa-theme
DISTVERSION= 0.4.5
CATEGORIES= x11-themes
MASTER_SITES= DEBIAN/pool/main/d/dmz-cursor-theme
DISTNAME= dmz-cursor-theme_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= DMZ AA style neutral scalable cursor theme
LICENSE= CC-BY-SA-3.0
BUILD_DEPENDS= xcursorgen:x11/xcursorgen
USES= tar:xz
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}/DMZ-Black
DATADIR= ${PREFIX}/share/icons/Vanilla-DMZ-AA
do-build:
(cd ${WRKSRC}/pngs && ${SH} make.sh)
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} && ${INSTALL_DATA} index.theme \
${STAGEDIR}${DATADIR})
@${MKDIR} ${STAGEDIR}${DATADIR}/cursors
(cd ${WRKSRC}/xcursors && ${COPYTREE_SHARE} . \
${STAGEDIR}${DATADIR}/cursors)
.include <bsd.port.mk>