2013-09-21 01:54:03 +02:00
|
|
|
# Created by: Piotr Smyrak <smyru@heron.pl>
|
2005-07-18 18:40:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cursor-jimmac-theme
|
|
|
|
PORTVERSION= 0.1
|
2008-03-23 12:11:33 +01:00
|
|
|
PORTREVISION= 2
|
2005-07-18 18:40:22 +02:00
|
|
|
CATEGORIES= x11-themes
|
2007-02-22 02:50:19 +01:00
|
|
|
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
|
2005-07-18 18:40:22 +02:00
|
|
|
DISTNAME= 6550-Jimmac
|
|
|
|
|
2013-05-16 22:07:39 +02:00
|
|
|
MAINTAINER= ps.ports@smyrak.com
|
2012-08-03 17:54:35 +02:00
|
|
|
COMMENT= The beautiful Jimmac X cursor themes
|
2005-07-18 18:40:22 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/Jimmac
|
|
|
|
|
2013-09-21 01:54:03 +02:00
|
|
|
NO_STAGE= yes
|
2005-07-18 18:40:22 +02:00
|
|
|
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>
|