blob: f96e28996bcf934ce0f0470378fcf4f75aa76e4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.28 2002/10/21 16:09:51 wiz Exp $
PKGNAME= g${DISTNAME}
PKGREVISION= 1
CATEGORIES+= gnome
COMMENT= GNOME version of Midnight Commander, a free Norton Commander Clone
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 "../../x11/gnome-core/buildlink2.mk"
.include "../../sysutils/mc/Makefile.common"
|