summaryrefslogtreecommitdiff
path: root/x11-themes/enlightenment-theme-Ganymede/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-08-25 06:54:45 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-08-25 06:54:45 +0000
commit1424a7e80b76028405888e9dfd1de29dcec8610a (patch)
tree279c975e7c6fcba9e1ddac5b323db459fc48facd /x11-themes/enlightenment-theme-Ganymede/Makefile
parentAdd 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/Makefile27
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>