diff options
author | tron <tron@pkgsrc.org> | 1999-01-23 14:58:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-01-23 14:58:07 +0000 |
commit | 2cc9530b4d2fa19d7a35994011554c0537c1a26c (patch) | |
tree | ef8a6f0ada1fa0b7e3c4614f71728f74694189d1 /x11 | |
parent | c2b865b36a62a0e61cb58a5c2cc24e3c6a622bed (diff) | |
download | pkgsrc-2cc9530b4d2fa19d7a35994011554c0537c1a26c.tar.gz |
Rename "wm-themes" package to "wmthemes".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wm-themes/Makefile | 47 | ||||
-rw-r--r-- | x11/wm-themes/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/wm-themes/pkg/DESCR | 7 | ||||
-rw-r--r-- | x11/wmthemes/Makefile | 2 |
4 files changed, 1 insertions, 56 deletions
diff --git a/x11/wm-themes/Makefile b/x11/wm-themes/Makefile deleted file mode 100644 index 757101bbae2..00000000000 --- a/x11/wm-themes/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# $NetBSD: Makefile,v 1.4 1999/01/16 12:45:15 tron Exp $ - -DISTNAME= wm-themes-0.50.x -CATEGORIES= x11 -MASTER_SITES= http://wm.themes.org/WMThemes/ -DISTFILES= ${THEME_FILES} - -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://wm.themes.org/ - -DEPENDS+= windowmaker-0.50.2:../../x11/windowmaker - -CONFLICTS= wm-themes-* - -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 deleted file mode 100644 index 08761bad533..00000000000 --- a/x11/wm-themes/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Themes for the window manager WindowMaker. diff --git a/x11/wm-themes/pkg/DESCR b/x11/wm-themes/pkg/DESCR deleted file mode 100644 index fb5fb4514cd..00000000000 --- a/x11/wm-themes/pkg/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 index 757101bbae2..265ff1f6e1d 100644 --- a/x11/wmthemes/Makefile +++ b/x11/wmthemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/01/16 12:45:15 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/01/23 14:58:07 tron Exp $ DISTNAME= wm-themes-0.50.x CATEGORIES= x11 |