4c879300fc
NetBSD 3.0_STABLE/i386 bulk build.
17 lines
479 B
Makefile
17 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.26 2006/08/06 05:20:40 kristerw Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-imlib-/}
|
|
COMMENT= Small, fast and light-weight window manager (imlib version)
|
|
|
|
CONFLICTS+= icewm-[0-9]* icewm-gnome-[0-9]*
|
|
|
|
.include "../../wm/icewm/Makefile.common"
|
|
|
|
PLIST_SRC= ${.CURDIR}/../icewm/PLIST
|
|
|
|
CONFIGURE_ARGS+= --with-gnome-menus=no
|
|
CONFIGURE_ARGS+= --with-imlib=yes
|
|
CONFIGURE_ARGS+= --with-xpm=no
|
|
|
|
.include "../../graphics/imlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|