freebsd-ports/x11-themes/cursor-dmz-theme/Makefile

29 lines
648 B
Makefile
Raw Normal View History

# New ports collection makefile for: cursor-dmz-theme
# Date created: Feb 7 2007
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cursor-dmz-theme
2007-02-07 21:13:23 +01:00
PORTVERSION= 0.3
PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= http://jimmac.musichall.cz/zip/
DISTNAME= vanilla-dmz-${PORTVERSION}
MAINTAINER= flz@FreeBSD.org
COMMENT= The DMZ style neutral scalable cursor theme
USE_BZIP2= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}
do-install:
@${MKDIR} ${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
cd ${WRKSRC}/Vanilla-DMZ/cursors \
&& ${FIND} * | ${CPIO} -pdmu ${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
.include <bsd.port.mk>