diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-06-10 10:08:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-06-10 10:08:50 +0000 |
commit | da5b9d92992a8e05d91c789d5bdc3b844b0c7493 (patch) | |
tree | f671762d2acd69862bb53553cfc7f09813b09a09 /x11-themes/e17-theme-gant/Makefile | |
parent | 725c4252ad6ebf59ab2f389c98d3c33f1ef5f671 (diff) | |
download | ports-da5b9d92992a8e05d91c789d5bdc3b844b0c7493.tar.gz ports-da5b9d92992a8e05d91c789d5bdc3b844b0c7493.zip |
Add e17-theme-gant 1.0, GANT theme for use with e17 window manager.
PR: ports/98550
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=164989
Diffstat (limited to 'x11-themes/e17-theme-gant/Makefile')
-rw-r--r-- | x11-themes/e17-theme-gant/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-themes/e17-theme-gant/Makefile b/x11-themes/e17-theme-gant/Makefile new file mode 100644 index 000000000000..6baeae43f5d6 --- /dev/null +++ b/x11-themes/e17-theme-gant/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: e17-theme-gant +# Date created: 5 June 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= gant +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ + http://mbsd.msk.ru/dist/ +PKGNAMEPREFIX= e17-theme- +DISTNAME= gant +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= GANT 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 <bsd.port.mk> |