summaryrefslogtreecommitdiff
path: root/x11/wmthemes
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 09:16:40 +0000
committeragc <agc@pkgsrc.org>1999-08-18 09:16:40 +0000
commit1ea71c2b8f4603e859b8b3442853e8f6100f07bd (patch)
treea0d4840f1966b4a8f429d408a4b112caee5cf0f1 /x11/wmthemes
parentaa3f19e7cc8fe615ee523290430de221d8b7bb56 (diff)
downloadpkgsrc-1ea71c2b8f4603e859b8b3442853e8f6100f07bd.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1). Add WINDOWMAKER_OPTIONS and WINDOWMAKER_THEMES, and include the preferences file before defining the variable.
Diffstat (limited to 'x11/wmthemes')
-rw-r--r--x11/wmthemes/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11/wmthemes/Makefile b/x11/wmthemes/Makefile
index c8f8139bc07..56676215951 100644
--- a/x11/wmthemes/Makefile
+++ b/x11/wmthemes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/06/21 04:53:15 jlam Exp $
+# $NetBSD: Makefile,v 1.15 1999/08/18 09:16:40 agc Exp $
DISTNAME= wmthemes-0.60
CATEGORIES= x11
@@ -18,12 +18,16 @@ 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
+BUILD_DEFS+= WINDOWMAKER_THEMES
+
+.include "../../mk/bsd.prefs.mk"
+
+WINDOWMAKER_THEMES?= FreeBSD-theme
+
do-install:
@${RM} -f ${PLIST_SRC}
@${TOUCH} ${PLIST_SRC}