blob: 2390664091120e9b86acfb8daaf9888fd761a310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.27 2002/05/30 18:45:00 dmcmahill Exp $
PKGNAME= g${DISTNAME}
PKGREVISION= 1
CATEGORIES+= gnome
COMMENT= GNOME version of Midnight Commander, a free Norton Commander Clone
DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
USE_X11BASE= # defined
CONFIGURE_ARGS+= --with-tm-x-support
CONFIGURE_ARGS+= --with-gnome
BUILD_USES_MSGFMT= yes
post-install:
${RMDIR} ${PREFIX}/share/gnome/help/gmc/C/figs
.include "../../sysutils/mc/Makefile.common"
|