freebsd-ports/x11-themes/cursor-neutral-white-theme/Makefile
Steve Wills 6fb42e09e5 Cursor theme based on Neutral (and jaguarx) theme,
which changes all black cursors to white.

WWW: http://gnome-look.org/content/show.php/Neutral%2B%2B+White?content=108143

PR:		ports/152719
Submitted by:	Grzegorz Blach <magik at roorback.net>
Approved by:	wxs (mentor)
2010-12-31 03:36:02 +00:00

27 lines
680 B
Makefile

# New ports collection makefile for: cursor-neutral-white-theme
# Date created: 28 Nov 2010
# Whom: Grzegorz Blach <magik@roorback.net>
#
# $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= magik@roorback.net
COMMENT= White cursor theme based on neutral
USE_BZIP2= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/Neutral++_White
do-install:
@${MKDIR} ${PREFIX}/lib/X11/icons/Neutral++_White/cursors
cd ${WRKSRC}/cursors \
&& ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/Neutral++_White/cursors
.include <bsd.port.mk>