blob: 7def9920f6922d6e85172ef0edbf40c79dbb5abb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.26 2004/09/01 11:08:46 recht Exp $
PKGNAME= ${DISTNAME}
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/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|