diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-22 22:29:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-22 22:29:21 +0000 |
commit | d554bb2080f29b4ce7a34789e3034cf49f0d7023 (patch) | |
tree | 6913ba3b3a26f534c098cb2188e1fc89ed01e382 /x11-themes/sawfish-themes/Makefile | |
parent | 008abc415c1d7373395aab4bd3ec974fbfcc9c0d (diff) | |
download | ports-d554bb2080f29b4ce7a34789e3034cf49f0d7023.tar.gz ports-d554bb2080f29b4ce7a34789e3034cf49f0d7023.zip |
Add sawfish-themes 0.10, a collection of 47 themes for Sawfish window manager.
PR: ports/66968
Submitted by: Alexey Y. Mikhailov <karma@ez.pereslavl.ru>
Notes
Notes:
svn path=/head/; revision=109743
Diffstat (limited to 'x11-themes/sawfish-themes/Makefile')
-rw-r--r-- | x11-themes/sawfish-themes/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/x11-themes/sawfish-themes/Makefile b/x11-themes/sawfish-themes/Makefile new file mode 100644 index 000000000000..570f8e32be2b --- /dev/null +++ b/x11-themes/sawfish-themes/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: sawfish-themes +# Date created: May 12 2004 +# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru> +# +# $FreeBSD$ +# + +PORTNAME= sawfish-themes +PORTVERSION= 0.10 +CATEGORIES= x11-themes +MASTER_SITES= http://ftp.debian.org/debian/pool/main/s/${PORTNAME}/ +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig + +MAINTAINER= karma@ez.pereslavl.ru +COMMENT= Themes for Sawfish window manager + +RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish2 + +USE_X_PREFIX= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow Bubbles_Exact \ + Derivative DoubleHeliX Elberg Empire FinalStep Greene2.0 Hacksaw \ + HeliX Klarth Microtene OrangeJuice SawLook SawthenaForever Strap \ + Studio T-16-blue T-16-red T-16-yellow Titanium V absolute-metal \ + bluefoo gorilla gorillaz mxflat typo + +do-install: + @${MKDIR} ${X11BASE}/share/sawfish/1.3/themes +.for d in ${DATA_DIRS} + @${MKDIR} ${PREFIX}/share/sawfish/1.3/themes/${d} + @cd ${WRKSRC}/${d} && ${FIND} . | \ + ${CPIO} --quiet -pdm -L -R ${LIBOWN}:${LIBGRP} \ + ${PREFIX}/share/sawfish/1.3/themes/${d} +.endfor + +.include <bsd.port.mk> |