blob: 8854d295fe369b44665343fc8f337bd510ad2d31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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/content-files/
DISTNAME= 14484-Grounation-${PORTVERSION}
MAINTAINER= farrokhi@FreeBSD.org
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>
|