From c7b77553e4da3b192e3a291bc71976e549af8ee9 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 10 Jun 2006 10:05:02 +0000 Subject: Add e17-theme-cthulhain 0.2.1, cthulhain theme for use with e17 window manager. PR: ports/98547 Submitted by: Stanislav Sedov --- x11-themes/e17-theme-cthulhain/Makefile | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 x11-themes/e17-theme-cthulhain/Makefile (limited to 'x11-themes/e17-theme-cthulhain/Makefile') diff --git a/x11-themes/e17-theme-cthulhain/Makefile b/x11-themes/e17-theme-cthulhain/Makefile new file mode 100644 index 000000000000..7610be30ef63 --- /dev/null +++ b/x11-themes/e17-theme-cthulhain/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: e17-theme-cthulhain +# Date created: 5 June 2006 +# Whom: Stanislav Sedov +# +# $FreeBSD$ +# + +PORTNAME= cthulhain +PORTVERSION= 0.2.1 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ + http://mbsd.msk.ru/dist/ +PKGNAMEPREFIX= e17-theme- +DISTNAME= cthulhain-0.2.1 +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Cthulhain theme for use with e17 window manager + +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel + +USE_X_PREFIX= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +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 -- cgit v1.2.3