491d0e23c1
- 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.
19 lines
532 B
Makefile
19 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.26 2004/07/02 19:00:12 jmmv Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gnome-/}
|
|
PKGREVISION= 1
|
|
COMMENT= Small, fast and light-weight window manager (GNOME version)
|
|
|
|
CONFLICTS+= icewm-[0-9]* icewm-imlib-[0-9]*
|
|
|
|
.include "../icewm/Makefile.common"
|
|
|
|
PLIST_SRC= ${.CURDIR}/../icewm/PLIST
|
|
|
|
CONFIGURE_ARGS+= --with-gnome-menus=yes
|
|
CONFIGURE_ARGS+= --with-imlib=yes
|
|
CONFIGURE_ARGS+= --with-xpm=no
|
|
|
|
.include "../../graphics/imlib/buildlink3.mk"
|
|
.include "../../x11/gnome-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|