1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/x11-themes/cursor-dmz-aa-theme/Makefile
Jan Beich 629a8d6b69 Convert CC license names to r421995 spellings
While here fix common mistakes such as:
- Missing "or (at your option) any later version" bit
- LICENSE_FILE with LICENSE_COMB != single
- LICENSE_COMB = dual for code + assets
- Copy-pasting undocumented NC/SA restriction
2016-09-28 06:38:00 +00:00

32 lines
750 B
Makefile

# $FreeBSD$
PORTNAME= cursor-dmz-aa-theme
PORTVERSION= 0.4.4
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
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}/DMZ-Black
DATADIR= ${PREFIX}/lib/X11/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>