freebsd-ports/x11-themes/cursor-neutral-white-theme/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

23 lines
608 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= cursor-neutral-white-theme
DISTVERSION= 1.1
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 108143-Neutral++_White-${DISTVERSION}
MAINTAINER= gblach@FreeBSD.org
COMMENT= White cursor theme based on neutral
USES= tar:bzip2
NO_BUILD= yes
WRKSRC= ${WRKDIR}/Neutral++_White
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors
cd ${WRKSRC}/cursors && ${INSTALL_DATA} * \
${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors
.include <bsd.port.mk>