diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-25 06:48:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-25 06:48:31 +0000 |
commit | ad328b88687c9eb95ac62ca77ce50a161ea70231 (patch) | |
tree | 11e392316457c42dbeba0f120ec65d3c9f3435da /x11-themes/enlightenment-theme-BlueSteel/Makefile | |
parent | Updated to 0.55 (diff) |
Add enlightenment-theme-BlueSteel, it's themes of enlightenment.
Diffstat (limited to '')
-rw-r--r-- | x11-themes/enlightenment-theme-BlueSteel/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-themes/enlightenment-theme-BlueSteel/Makefile b/x11-themes/enlightenment-theme-BlueSteel/Makefile new file mode 100644 index 000000000000..2f5dff5124d7 --- /dev/null +++ b/x11-themes/enlightenment-theme-BlueSteel/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: enlightenment-theme-BlueSteel +# Date created: 08 Aug 2004 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= enlightenment-theme-BlueSteel +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/BlueSteel + +.include <bsd.port.mk> |