38 lines
922 B
Makefile
38 lines
922 B
Makefile
|
# New ports collection makefile for: e17-theme-kor
|
||
|
# Date created: 22 August 2006
|
||
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= kor
|
||
|
PORTVERSION= 0.0.3.1
|
||
|
CATEGORIES= x11-themes
|
||
|
MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
|
||
|
http://www5.get-e.org/Themes/E17/_files/ \
|
||
|
http://sunner.elcomnet.ru/~stas/
|
||
|
PKGNAMEPREFIX= e17-theme-
|
||
|
DISTNAME= ${PORTNAME}
|
||
|
EXTRACT_SUFX= .edj
|
||
|
|
||
|
MAINTAINER= stas@FreeBSD.org
|
||
|
COMMENT= A fresh sunny theme for use with e17 window manager
|
||
|
|
||
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
||
|
|
||
|
NO_BUILD= yes
|
||
|
NO_WRKSUBDIR= yes
|
||
|
|
||
|
PLIST_FILES= share/enlightenment/data/themes/${DISTNAME}${EXTRACT_SUFX}
|
||
|
|
||
|
do-extract:
|
||
|
${MKDIR} ${WRKDIR}
|
||
|
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
|
||
|
|
||
|
do-install:
|
||
|
${MKDIR} ${PREFIX}/share/enlightenment/data/themes
|
||
|
${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \
|
||
|
${PREFIX}/share/enlightenment/data/themes
|
||
|
|
||
|
.include <bsd.port.mk>
|