freebsd-ports/x11-themes/cursor-neutral-white-theme/Makefile
Grzegorz Blach 6be2559c30 - Update MASTER_SITES
- Remove BROKEN knob
2018-08-07 08:11:53 +00:00

23 lines
576 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= cursor-neutral-white-theme
DISTVERSION= 1.1.1
CATEGORIES= x11-themes
MASTER_SITES= LOCAL/gblach/
DISTNAME= 108143-Neutral++_White-${DISTVERSION}
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= White cursor theme based on neutral
USES= tar:xz
NO_BUILD= yes
WRKSRC= ${WRKDIR}/Neutral++_White
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/Neutral++_White/cursors
cd ${WRKSRC}/cursors && ${INSTALL_DATA} * \
${STAGEDIR}${PREFIX}/share/icons/Neutral++_White/cursors
.include <bsd.port.mk>