blob: c03ef27cd11ec010c61d0d356235617c48dc008c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.41 2001/02/17 17:42:15 wiz Exp $
# FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp
#
COMMENT= Midnight Commander, a free Norton Commander Clone
CONFIGURE_ARGS+= --without-x
CONFIGURE_ARGS+= --without-tm-x-support
CONFIGURE_ARGS+= --without-gnome
# Remove unwanted directories in a non-GNOME installation.
#
post-install:
cd ${PREFIX}; ${RMDIR} -p share/idl 2>/dev/null || ${TRUE}
cd ${PREFIX}; ${RMDIR} -p share/pixmaps/mc 2>/dev/null || ${TRUE}
.include "../../sysutils/mc/Makefile.common"
|