99c293f270
individual package Makefiles.
17 lines
457 B
Makefile
17 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/09/09 03:37:02 jlam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gnome-/}
|
|
COMMENT= small, fast and light-weight window manager (GNOME version)
|
|
|
|
CONFLICTS+= icewm-[0-9]*
|
|
|
|
USE_BUILDLINK_ONLY= # defined
|
|
|
|
.include "../icewm/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-gnome-menus="${GNOME_CONFIG}"
|
|
CONFIGURE_ARGS+= --with-imlib
|
|
|
|
.include "../../x11/gnome-libs/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|