blob: ce7469108ebd08a6ecae838be73666b139a22fd1 (
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-jimmac-theme
# Date created: 17 July 2005
# Whom: Piotr Smyrak <smyru@heron.pl>
#
# $FreeBSD$
#
PORTNAME= cursor-jimmac-theme
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 6550-Jimmac
MAINTAINER= smyru@heron.pl
COMMENT= The beatiful Jimmac X cursor themes
NO_BUILD= yes
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/Jimmac
do-install:
@${MKDIR} ${PREFIX}/lib/X11/icons/Jimmac/cursors
cd ${WRKSRC}/jimmac/cursors \
&& ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/Jimmac/cursors
.include <bsd.port.mk>
|