From 5df8c14c4f71d2c42566c20fb47b9744378e7f0c Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sun, 25 Dec 2005 06:45:26 +0000 Subject: Add openbox-themes - a bunch of themes for the Openbox window manager. --- x11-themes/openbox-themes/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 x11-themes/openbox-themes/Makefile (limited to 'x11-themes/openbox-themes/Makefile') diff --git a/x11-themes/openbox-themes/Makefile b/x11-themes/openbox-themes/Makefile new file mode 100644 index 000000000000..704d54204e6b --- /dev/null +++ b/x11-themes/openbox-themes/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: openbox-themes +# Date created: 2005-12-23 +# Whom: Roman Bogorodskiy +# +# $FreeBSD$ +# + +PORTNAME= openbox-themes +PORTVERSION= 1.0.1 +CATEGORIES= x11-themes +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= novel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= novel@FreeBSD.org +COMMENT= Themes for Openbox + +RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox + +USE_X_PREFIX= yes +NO_BUILD= yes +WRKSRC= ${PORTNAME}-${PORTVERSION} + +do-install: + @for i in `${LS} ${WRKDIR}/${WRKSRC}`; do \ + ${CP} -r ${WRKDIR}/${WRKSRC}/$$i ${PREFIX}/share/openbox/themes/; \ + done + +.include -- cgit v1.2.3