4590ff95ef
Approved by: portmgr (linimon)
27 lines
632 B
Makefile
27 lines
632 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= 2
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
|
|
DISTNAME= 28310-neutral-${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Extended Jaguar X cursor theme
|
|
|
|
NO_BUILD= 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>
|