1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11-themes/cursor-jimmac-theme/Makefile
Carlo Strub a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00

28 lines
613 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
PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 6550-Jimmac
MAINTAINER= smyru@heron.pl
COMMENT= The beautiful Jimmac X cursor themes
NO_BUILD= 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>