blob: a4c2213c3bdf5addf0f466a5131c26d5945f16be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.39 2004/10/03 00:18:15 tv Exp $
PKGNAME= g${DISTNAME}
PKGREVISION= 10
CATEGORIES+= gnome
COMMENT= GNOME version of Midnight Commander, a free Norton Commander Clone
USE_DIRS+= gnome1-1.5
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/buildlink3.mk"
.include "../../sysutils/mc/Makefile.common"
|