freebsd-ports/x11-themes/cursor-dmz-theme/Makefile
Martin Wilke 8bc8d7d5cb - Remove USE_XLIB/USE_X_PREFIX in favor of USE_XORG
- Bump PORTREVISION

Approved by:	flz (maintainer via irc)
2008-03-21 19:03:29 +00:00

28 lines
648 B
Makefile

# New ports collection makefile for: cursor-dmz-theme
# Date created: Feb 7 2007
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cursor-dmz-theme
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>