ab91db48df
WWW: http://xfce-look.org/content/show.php?content=14484 PR: ports/93210 Submitted by: Babak Farrokhi <babak@farrokhi.net>
28 lines
680 B
Makefile
28 lines
680 B
Makefile
# New ports collection makefile for: cursor-grounation-theme
|
|
# Date created: 12 Feb 2006
|
|
# Whom: Babak Farrokhi <babak@farrokhi.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cursor-grounation-theme
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://www.gnome-look.org/content/files/
|
|
DISTNAME= 14484-Grounation-${PORTVERSION}
|
|
|
|
MAINTAINER= babak@farrokhi.net
|
|
COMMENT= Moshi's Grounation cursors
|
|
|
|
NO_BUILD= yes
|
|
USE_X_PREFIX= yes
|
|
USE_BZIP2= yes
|
|
|
|
WRKSRC= ${WRKDIR}/Grounation-${PORTVERSION}
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/X11/icons/grounation/cursors
|
|
cd ${WRKSRC}/Grounation/cursors \
|
|
&& ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/grounation/cursors
|
|
|
|
.include <bsd.port.mk>
|