mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
8bc8d7d5cb
- Bump PORTREVISION Approved by: flz (maintainer via irc)
29 lines
669 B
Makefile
29 lines
669 B
Makefile
# New ports collection makefile for: cursor-dmz-aa-theme
|
|
# Date created: Feb 7 2007
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cursor-dmz-aa-theme
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://jimmac.musichall.cz/zip/
|
|
DISTNAME= vanilla-dmz-aa-${PORTVERSION}
|
|
|
|
MAINTAINER= flz@FreeBSD.org
|
|
COMMENT= The DMZ AA style neutral scalable cursor theme
|
|
|
|
USE_BZIP2= yes
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
|
|
cd ${WRKSRC}/Vanilla-DMZ-AA/cursors \
|
|
&& ${FIND} * | ${CPIO} -pdmu ${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
|
|
|
|
.include <bsd.port.mk>
|