summaryrefslogtreecommitdiff
path: root/wm/icewm/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icewm/Makefile.common')
-rw-r--r--wm/icewm/Makefile.common17
1 files changed, 9 insertions, 8 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common
index 6065b10222a..d247e182e06 100644
--- a/wm/icewm/Makefile.common
+++ b/wm/icewm/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.19 2003/05/03 16:38:12 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.20 2003/06/03 16:04:45 jmmv Exp $
-DISTNAME= icewm-1.2.0
+DISTNAME= icewm-1.2.7
CATEGORIES= x11 wm
MASTER_SITES= http://download.sourceforge.net/icewm/
@@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://icewm.sourceforge.net/
GNU_CONFIGURE= # defined
-USE_X11BASE= # defined
+USE_X11= # defined
USE_GMAKE= # defined
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= # defined
@@ -20,10 +20,8 @@ PATCHDIR= ${.CURDIR}/../../wm/icewm/patches
.include "../../mk/bsd.prefs.mk"
-.if !exists(/usr/include/machine/apmvar.h)
-CONFIGURE_ARGS+= --disable-apm
-.endif
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-cfgdir=${PKG_SYSCONFDIR}
PKG_SYSCONFSUBDIR= icewm
@@ -42,7 +40,10 @@ post-extract:
post-install:
${INSTALL_DATA_DIR} ${DOCDIR} ${HTMLDIR}
- for file in BUGS CHANGES COPYING FAQ README TODO; do \
+ for file in BUGS CHANGES COPYING FAQ README README.wm-session TODO; do\
${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}; \
done
- ${INSTALL_DATA} ${WRKSRC}/doc/icewm*.html ${HTMLDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${HTMLDIR}
+
+.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"