diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-25 06:54:45 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-25 06:54:45 +0000 |
commit | 1424a7e80b76028405888e9dfd1de29dcec8610a (patch) | |
tree | 279c975e7c6fcba9e1ddac5b323db459fc48facd /x11-themes/enlightenment-theme-Ganymede/Makefile | |
parent | Add enlightenment-theme-BrushedMetal-Tigert, it's themes of enlightenment. (diff) |
Add enlightenment-theme-Ganymede, it's theme of E.
Diffstat (limited to '')
-rw-r--r-- | x11-themes/enlightenment-theme-Ganymede/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-themes/enlightenment-theme-Ganymede/Makefile b/x11-themes/enlightenment-theme-Ganymede/Makefile new file mode 100644 index 000000000000..183fbf264b7f --- /dev/null +++ b/x11-themes/enlightenment-theme-Ganymede/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: enlightenment-theme-Ganymede +# Date created: 08 Aug 2004 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= enlightenment-theme-Ganymede +PORTVERSION= 0.16 +CATEGORIES= x11-themes +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= enlightenment + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= A themes of enlightenment window menager + +RUN_DEPENDS= ${X11BASE}/bin/enlightenment:${PORTSDIR}/x11-wm/enlightenment + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-fsstd +NO_BUILD= yes + +post-install: + ${CHOWN} -R root:wheel ${X11BASE}/share/enlightenment/themes/Ganymede + +.include <bsd.port.mk> |