2001-02-17 18:42:09 +01:00
|
|
|
# $NetBSD: Makefile,v 1.24 2001/02/17 17:42:13 wiz Exp $
|
1999-03-15 01:10:30 +01:00
|
|
|
|
2000-10-20 01:31:15 +02:00
|
|
|
PKGNAME= g${DISTNAME}
|
|
|
|
CATEGORIES+= gnome
|
1999-03-15 01:10:30 +01:00
|
|
|
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= GNOME version of Midnight Commander, a free Norton Commander Clone
|
|
|
|
|
2000-10-20 01:31:15 +02:00
|
|
|
DEPENDS+= gnome-core-*:../../x11/gnome-core
|
1999-03-15 01:10:30 +01:00
|
|
|
|
2000-10-20 01:31:15 +02:00
|
|
|
USE_X11BASE= # defined
|
|
|
|
CONFIGURE_ARGS+= --with-tm-x-support
|
|
|
|
CONFIGURE_ARGS+= --with-gnome
|
1999-03-15 01:10:30 +01:00
|
|
|
|
2000-10-20 01:31:15 +02:00
|
|
|
post-install:
|
|
|
|
${RMDIR} ${PREFIX}/share/gnome/help/gmc/C/figs
|
1999-03-15 01:10:30 +01:00
|
|
|
|
2000-10-20 01:31:15 +02:00
|
|
|
.include "../../sysutils/mc/Makefile.common"
|