summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authormrg <mrg>2002-10-05 22:10:41 +0000
committermrg <mrg>2002-10-05 22:10:41 +0000
commit693077fd7f95404eb756d6bd6b4116c67496fde3 (patch)
tree6d08962c6fdb13156b1359011e2bfdb9cff8a5b3 /wm
parenta5abc07de968a02e17a523b093b4c06f7314f890 (diff)
downloadpkgsrc-693077fd7f95404eb756d6bd6b4116c67496fde3.tar.gz
initial import of the aquaified theme for sawfish:
Aquaified is another MacOS X theme, with an attempt to make it as accurate as possible. This theme has accurate mouse-overs, button order, and function.
Diffstat (limited to 'wm')
-rw-r--r--wm/aquaified/DESCR5
-rw-r--r--wm/aquaified/Makefile34
2 files changed, 39 insertions, 0 deletions
diff --git a/wm/aquaified/DESCR b/wm/aquaified/DESCR
new file mode 100644
index 00000000000..8ff7d9065ec
--- /dev/null
+++ b/wm/aquaified/DESCR
@@ -0,0 +1,5 @@
+Aquaified is a theme for the Sawfish window manager.
+
+Aquaified is another MacOS X theme, with an attempt to make it as
+accurate as possible. This theme has accurate mouse-overs, button
+order, and function.
diff --git a/wm/aquaified/Makefile b/wm/aquaified/Makefile
new file mode 100644
index 00000000000..1d663818d05
--- /dev/null
+++ b/wm/aquaified/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/05 22:10:41 mrg Exp $
+
+DISTNAME= aquaified-0.30
+CATEGORIES= x11 wm
+MASTER_SITES= http://download.freshmeat.net/themes/aquaified/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://themes.freshmeat.net/projects/aquaified/
+COMMENT= Aquaified is a theme for the Sawfish window manager.
+
+DEPENDS+= sawfish:../../wm/sawfish
+
+NO_BUILD= yes
+NO_CHECKSUM= yes
+WRKSRC= ${WRKDIR}
+
+PLIST_SRC= ${WRKDIR}/PLIST
+THEME_DATADIR= share/sawfish/themes
+INST_DATADIR= ${PREFIX}/${THEME_DATADIR}
+
+.include "../../mk/bsd.prefs.mk"
+
+do-install:
+ @${RM} -f ${PLIST_SRC}
+ @${TOUCH} ${PLIST_SRC}
+ @${MKDIR} ${INST_DATADIR}/Aquaified
+ ${ECHO} "Installing Aquaified in ${INST_DATADIR}.";
+ cd ${WRKSRC}/Aquaified; for FILE in *; do \
+ ${INSTALL_DATA} "$$FILE" ${INST_DATADIR}/Aquaified; \
+ ${ECHO} "${THEME_DATADIR}/Aquaified/$$FILE" >>${PLIST_SRC}; \
+ done
+ @${ECHO} "@dirrm ${THEME_DATADIR}/Aquaified" >>${PLIST_SRC}
+
+.include "../../mk/bsd.pkg.mk"