summaryrefslogtreecommitdiff
path: root/sysutils/gmc/Makefile
blob: 7560b837bf2f78edd7fdfa049ce3233afe8fb678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.23 2000/10/19 23:31:15 jlam Exp $

PKGNAME=		g${DISTNAME}
CATEGORIES+=		gnome

DEPENDS+=		gnome-core-*:../../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"