summaryrefslogtreecommitdiff
path: root/wm/icewm
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-07-02 19:00:12 +0000
committerjmmv <jmmv@pkgsrc.org>2004-07-02 19:00:12 +0000
commit491d0e23c14fa290fbbe9ee7867565c13a70260b (patch)
treea9d0164f1072eb68049efa60ab340a6218a98a77 /wm/icewm
parent2bae248a91890fd69937dd1f63dd99e0fb5ca5f3 (diff)
downloadpkgsrc-491d0e23c14fa290fbbe9ee7867565c13a70260b.tar.gz
Bump PKGREVISION to 1 because of:
- Disable i18n under NetBSD < 2.0. It doesn't let icewm run (even when pkgsrc's libiconv is used). If anybody has a better way to really solve the problem...). Fixes PR pkg/23979 by syn at sceen.net. - While here, move HTML documentation out of share/doc/html.
Diffstat (limited to 'wm/icewm')
-rw-r--r--wm/icewm/Makefile3
-rw-r--r--wm/icewm/Makefile.common18
-rw-r--r--wm/icewm/PLIST43
3 files changed, 35 insertions, 29 deletions
diff --git a/wm/icewm/Makefile b/wm/icewm/Makefile
index e3ce9f677a0..827e47ae712 100644
--- a/wm/icewm/Makefile
+++ b/wm/icewm/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2004/06/26 23:56:21 xtraeme Exp $
+# $NetBSD: Makefile,v 1.25 2004/07/02 19:00:12 jmmv Exp $
PKGNAME= ${DISTNAME}
+PKGREVISION= 1
COMMENT= Small, fast and light-weight window manager
CONFLICTS+= icewm-gnome-[0-9]* icewm-imlib-[0-9]*
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common
index a6600a36828..0e5227be09e 100644
--- a/wm/icewm/Makefile.common
+++ b/wm/icewm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2004/06/26 23:56:21 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.34 2004/07/02 19:00:12 jmmv Exp $
DISTNAME= icewm-1.2.14
CATEGORIES= x11 wm
@@ -35,24 +35,30 @@ PKG_SYSCONFSUBDIR= icewm
.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
CXXFLAGS+= -DSTART_PIXMAP=\"\\\"bsd-daemon.xpm\\\"\"
.endif
+
.if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+= --with-unicode-set=utf-32
+. if !empty(OS_VERSION:M1.*)
+CONFIGURE_ARGS+= --disable-i18n
+. else
+CONFIGURE_ARGS+= --with-unicode-set=utf-32
+. include "../../converters/libiconv/buildlink3.mk"
+. endif
+.else
+. include "../../converters/libiconv/buildlink3.mk"
.endif
DOCDIR= ${PREFIX}/share/doc/icewm
-HTMLDIR= ${PREFIX}/share/doc/icewm/html
INSTALL_TARGET= install-base install-nls
post-extract:
@${CP} ${FILESDIR}/bsd-daemon.xpm ${WRKSRC}/lib/taskbar
post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR} ${HTMLDIR}
+ ${INSTALL_DATA_DIR} ${DOCDIR}
for file in BUGS CHANGES COPYING README README.wm-session TODO; do\
${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}; \
done
- ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${HTMLDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCDIR}
-.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
diff --git a/wm/icewm/PLIST b/wm/icewm/PLIST
index 714700a1525..52b89b780da 100644
--- a/wm/icewm/PLIST
+++ b/wm/icewm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2004/06/26 23:56:21 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.13 2004/07/02 19:00:12 jmmv Exp $
bin/icehelp
bin/icesh
bin/icewm
@@ -12,26 +12,26 @@ share/doc/icewm/COPYING
share/doc/icewm/README
share/doc/icewm/README.wm-session
share/doc/icewm/TODO
-share/doc/icewm/html/icewm-1.html
-share/doc/icewm/html/icewm-10.html
-share/doc/icewm/html/icewm-11.html
-share/doc/icewm/html/icewm-12.html
-share/doc/icewm/html/icewm-13.html
-share/doc/icewm/html/icewm-14.html
-share/doc/icewm/html/icewm-15.html
-share/doc/icewm/html/icewm-16.html
-share/doc/icewm/html/icewm-17.html
-share/doc/icewm/html/icewm-18.html
-share/doc/icewm/html/icewm-19.html
-share/doc/icewm/html/icewm-2.html
-share/doc/icewm/html/icewm-3.html
-share/doc/icewm/html/icewm-4.html
-share/doc/icewm/html/icewm-5.html
-share/doc/icewm/html/icewm-6.html
-share/doc/icewm/html/icewm-7.html
-share/doc/icewm/html/icewm-8.html
-share/doc/icewm/html/icewm-9.html
-share/doc/icewm/html/icewm.html
+share/doc/icewm/icewm-1.html
+share/doc/icewm/icewm-10.html
+share/doc/icewm/icewm-11.html
+share/doc/icewm/icewm-12.html
+share/doc/icewm/icewm-13.html
+share/doc/icewm/icewm-14.html
+share/doc/icewm/icewm-15.html
+share/doc/icewm/icewm-16.html
+share/doc/icewm/icewm-17.html
+share/doc/icewm/icewm-18.html
+share/doc/icewm/icewm-19.html
+share/doc/icewm/icewm-2.html
+share/doc/icewm/icewm-3.html
+share/doc/icewm/icewm-4.html
+share/doc/icewm/icewm-5.html
+share/doc/icewm/icewm-6.html
+share/doc/icewm/icewm-7.html
+share/doc/icewm/icewm-8.html
+share/doc/icewm/icewm-9.html
+share/doc/icewm/icewm.html
share/icewm/icons/app_16x16.xpm
share/icewm/icons/app_32x32.xpm
share/icewm/icons/bomb_16x16.xpm
@@ -378,5 +378,4 @@ ${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo
@dirrm share/icewm/ledclock
@dirrm share/icewm/icons
@dirrm share/icewm
-@dirrm share/doc/icewm/html
@dirrm share/doc/icewm