d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
653 B
Makefile
28 lines
653 B
Makefile
# New ports collection makefile for: cursor-neutral-theme
|
|
# Date created: 12 Feb 2006
|
|
# Whom: Babak Farrokhi <babak@farrokhi.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cursor-neutral-theme
|
|
DISTVERSION= 1.13a
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
|
|
DISTNAME= 28310-neutral-${DISTVERSION}
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
COMMENT= Extended Jaguar X cursor theme
|
|
|
|
NO_BUILD= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
WRKSRC= ${WRKDIR}/neutral
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/X11/icons/neutral/cursors
|
|
cd ${WRKSRC}/cursors \
|
|
&& ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/neutral/cursors
|
|
|
|
.include <bsd.port.mk>
|