mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
ae90e55c05
him. WWW: http://yingjunjiu.deviantart.com/art/Ecliz-Cursors-33874746 WWW: http://kde-look.org/content/show.php/Ecliz+(port)?content=76605 PR: ports/146395 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
28 lines
653 B
Makefile
28 lines
653 B
Makefile
# New ports collection makefile for: cursor-ecliz
|
|
# Date created: 2009-11-13
|
|
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ecliz
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
|
|
PKGNAMEPREFIX= cursor-
|
|
DISTNAME= 76605-Ecliz_Port
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= Ecliz X cursor theme
|
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/Ecliz
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/X11/icons/${PORTNAME}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} cursors ${PREFIX}/lib/X11/icons/${PORTNAME}
|
|
${CP} ${WRKSRC}/index.theme ${PREFIX}/lib/X11/icons/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|