cfc8c44865
This fixes PR pkg/22143 by myself.
16 lines
432 B
Makefile
16 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.20 2003/07/16 07:41:33 tron Exp $
|
|
|
|
PKGNAME= ${DISTNAME}
|
|
PKGREVISION= 2
|
|
COMMENT= Small, fast and light-weight window manager
|
|
|
|
CONFLICTS+= icewm-gnome-[0-9]* icewm-imlib-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --with-gnome-menus=no
|
|
CONFIGURE_ARGS+= --with-imlib=no
|
|
CONFIGURE_ARGS+= --with-xpm=${BUILDLINK_PREFIX.xpm}
|
|
|
|
.include "Makefile.common"
|
|
.include "../../graphics/xpm/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|