blob: 0d0f6cb2ac17d690fcc3a1b0b52b4a74f8e83eb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.43 2003/05/22 17:02:53 salo Exp $
# FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp
#
PKGREVISION= 2
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"
|