From 8e87e036cf8b0d94de14c246fcfa15f732430680 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 8 May 2003 14:55:13 +0000 Subject: Update wmthemes to 0.80.0 (matches current windowmaker version): - Themes must be fetched through freshmeat.net now, which maintains a different directory layout and file naming than themes.org. - The WINDOWMAKER_THEMES variable now requires the version number of the package. - Add two NetBSD related themes to the default list. --- wm/wmthemes/Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'wm') diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile index caf8a0244d6..3b3cd010bf8 100644 --- a/wm/wmthemes/Makefile +++ b/wm/wmthemes/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2003/04/26 09:49:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2003/05/08 14:55:13 jmmv Exp $ # # There is no distinfo file since the files change contents so often on the # master site # -DISTNAME= wmthemes-0.62 -PKGREVISION= 2 +DISTNAME= wmthemes-0.80.0 WRKSRC= ${WRKDIR} CATEGORIES= x11 wm windowmaker MASTER_SITES= http://download.themes.org/wm/ @@ -28,16 +27,16 @@ PLIST_SRC= ${WRKDIR}/PLIST THEME_SUBDIRS= Backgrounds IconSets Icons Pixmaps Sounds Styles Themes WM_DATADIR= share/WindowMaker -BUILD_DEFS+= WINDOWMAKER_THEMES - .include "../../mk/bsd.prefs.mk" -WINDOWMAKER_THEMES?= FreeBSD-theme-0.52 +BUILD_DEFS+= WINDOWMAKER_THEMES THEME_FILES= -.for FILE in ${WINDOWMAKER_THEMES} -THEME_FILES+= ${FILE}${EXTRACT_SUFX} +.for theme in ${WINDOWMAKER_THEMES} +THEME_FILES+= ${theme}.tar.gz +SITES_${theme}.tar.gz= http://download.freshmeat.net/themes/${theme:C/-[^-]*$//}/ .endfor +.undef theme do-install: @${RM} -f ${PLIST_SRC} -- cgit v1.2.3