summaryrefslogtreecommitdiff
path: root/sysutils/gmc/Makefile
blob: 8d7f05334a9b2dfa72e97f650958d1e8a6797a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.25 2001/09/27 23:18:43 jlam Exp $

PKGNAME=		g${DISTNAME}
CATEGORIES+=		gnome

COMMENT=		GNOME version of Midnight Commander, a free Norton Commander Clone

DEPENDS+=		gnome-core-[0-9]*:../../x11/gnome-core

USE_X11BASE=		# defined
CONFIGURE_ARGS+=	--with-tm-x-support
CONFIGURE_ARGS+=	--with-gnome

post-install:
	${RMDIR} ${PREFIX}/share/gnome/help/gmc/C/figs

.include "../../sysutils/mc/Makefile.common"