freebsd-ports/x11-themes/cursor-jimmac-theme/Makefile
Pav Lucistnik 86bb99d6db This is a theme based on the cursor work of the re-known desktop
artist Jakub "Jimmac" Steiner. It provides images of all cursor
types. It has been chosen as a default one for a couple of Linux
distributions.

# a word from Pav: these are soooo shiny! I'm using these for a long time now

PR:		ports/83624
Submitted by:	Piotr Smyrak <piotr.smyrak@heron.pl>
2005-07-18 16:40:22 +00:00

27 lines
606 B
Makefile

# 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
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/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>