summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-12-05 10:36:26 +0000
committertron <tron@pkgsrc.org>1998-12-05 10:36:26 +0000
commit05587e251d9e39a03006817340cf2fce5424aea4 (patch)
tree555a8d5e206a8250a3273c6f55cd029e416fa594 /x11
parentc3c09199ef33e4553383ca01e08bd00e492381d1 (diff)
downloadpkgsrc-05587e251d9e39a03006817340cf2fce5424aea4.tar.gz
Import new "wm-themes" package:
Themes for the window manager WindowMaker.
Diffstat (limited to 'x11')
-rw-r--r--x11/wm-themes/Makefile45
-rw-r--r--x11/wm-themes/pkg/COMMENT2
-rw-r--r--x11/wm-themes/pkg/DESCR7
-rw-r--r--x11/wmthemes/Makefile45
-rw-r--r--x11/wmthemes/pkg/COMMENT2
-rw-r--r--x11/wmthemes/pkg/DESCR7
6 files changed, 108 insertions, 0 deletions
diff --git a/x11/wm-themes/Makefile b/x11/wm-themes/Makefile
new file mode 100644
index 00000000000..61e774fba72
--- /dev/null
+++ b/x11/wm-themes/Makefile
@@ -0,0 +1,45 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 10:36:26 tron Exp $
+
+DISTNAME= wm-themes-0.20.2
+CATEGORIES= x11
+MASTER_SITES= http://wm.themes.org/WMThemes/
+DISTFILES= ${THEME_FILES}
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://wm.themes.org/
+
+DEPENDS+= windowmaker-0.20.2:../../x11/windowmaker
+
+USE_X11= yes
+NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_CHECKSUM= yes
+NO_PATCH= yes
+NO_WRKSUBDIR= yes
+
+WINDOWMAKER_THEMES?= FreeBSD-theme
+
+PLIST_SRC= ${WRKDIR}/PLIST
+THEME_SUBDIRS= Backgrounds IconSets Icons Pixmaps Sounds Styles Themes
+WM_DATADIR= share/WindowMaker
+
+do-install:
+ @${RM} -f ${PLIST_SRC}
+ @${TOUCH} ${PLIST_SRC}
+.for DIR in ${THEME_SUBDIRS}
+ @if [ -d ${WRKSRC}/${DIR} ]; then \
+ ${ECHO} "Installing files in directory ${DIR}."; \
+ cd ${WRKSRC}/${DIR}; \
+ for FILE in `ls`; do \
+ ${INSTALL_DATA} $$FILE ${PREFIX}/${WM_DATADIR}/${DIR}; \
+ ${ECHO} ${WM_DATADIR}/${DIR}/$$FILE >>${PLIST_SRC}; \
+ done; \
+ fi
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
+
+THEME_FILES=
+.for FILE in ${WINDOWMAKER_THEMES}
+THEME_FILES+= ${FILE}${EXTRACT_SUFX}
+.endfor
diff --git a/x11/wm-themes/pkg/COMMENT b/x11/wm-themes/pkg/COMMENT
new file mode 100644
index 00000000000..10161b73fea
--- /dev/null
+++ b/x11/wm-themes/pkg/COMMENT
@@ -0,0 +1,2 @@
+Themes for the window manager WindowMaker.
+
diff --git a/x11/wm-themes/pkg/DESCR b/x11/wm-themes/pkg/DESCR
new file mode 100644
index 00000000000..fb5fb4514cd
--- /dev/null
+++ b/x11/wm-themes/pkg/DESCR
@@ -0,0 +1,7 @@
+Themes for the window manager WindowMaker.
+
+What exactly are themes?
+----------------------------------
+Themes are a great aspect of WindowMaker allowing a user to simply save the
+entire 'look' of their desktop in a Archive to distribute freely among
+friends, fellow users and/or the whole net in general. :)
diff --git a/x11/wmthemes/Makefile b/x11/wmthemes/Makefile
new file mode 100644
index 00000000000..61e774fba72
--- /dev/null
+++ b/x11/wmthemes/Makefile
@@ -0,0 +1,45 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 10:36:26 tron Exp $
+
+DISTNAME= wm-themes-0.20.2
+CATEGORIES= x11
+MASTER_SITES= http://wm.themes.org/WMThemes/
+DISTFILES= ${THEME_FILES}
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://wm.themes.org/
+
+DEPENDS+= windowmaker-0.20.2:../../x11/windowmaker
+
+USE_X11= yes
+NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_CHECKSUM= yes
+NO_PATCH= yes
+NO_WRKSUBDIR= yes
+
+WINDOWMAKER_THEMES?= FreeBSD-theme
+
+PLIST_SRC= ${WRKDIR}/PLIST
+THEME_SUBDIRS= Backgrounds IconSets Icons Pixmaps Sounds Styles Themes
+WM_DATADIR= share/WindowMaker
+
+do-install:
+ @${RM} -f ${PLIST_SRC}
+ @${TOUCH} ${PLIST_SRC}
+.for DIR in ${THEME_SUBDIRS}
+ @if [ -d ${WRKSRC}/${DIR} ]; then \
+ ${ECHO} "Installing files in directory ${DIR}."; \
+ cd ${WRKSRC}/${DIR}; \
+ for FILE in `ls`; do \
+ ${INSTALL_DATA} $$FILE ${PREFIX}/${WM_DATADIR}/${DIR}; \
+ ${ECHO} ${WM_DATADIR}/${DIR}/$$FILE >>${PLIST_SRC}; \
+ done; \
+ fi
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
+
+THEME_FILES=
+.for FILE in ${WINDOWMAKER_THEMES}
+THEME_FILES+= ${FILE}${EXTRACT_SUFX}
+.endfor
diff --git a/x11/wmthemes/pkg/COMMENT b/x11/wmthemes/pkg/COMMENT
new file mode 100644
index 00000000000..10161b73fea
--- /dev/null
+++ b/x11/wmthemes/pkg/COMMENT
@@ -0,0 +1,2 @@
+Themes for the window manager WindowMaker.
+
diff --git a/x11/wmthemes/pkg/DESCR b/x11/wmthemes/pkg/DESCR
new file mode 100644
index 00000000000..fb5fb4514cd
--- /dev/null
+++ b/x11/wmthemes/pkg/DESCR
@@ -0,0 +1,7 @@
+Themes for the window manager WindowMaker.
+
+What exactly are themes?
+----------------------------------
+Themes are a great aspect of WindowMaker allowing a user to simply save the
+entire 'look' of their desktop in a Archive to distribute freely among
+friends, fellow users and/or the whole net in general. :)