2003-07-13 15:50:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.44 2003/07/13 13:53:19 wiz Exp $
|
1998-01-24 22:18:18 +01:00
|
|
|
# FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp
|
1997-10-11 23:53:59 +02:00
|
|
|
#
|
|
|
|
|
2003-07-13 15:50:19 +02:00
|
|
|
PKGREVISION= 4
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= Midnight Commander, a free Norton Commander Clone
|
|
|
|
|
2000-10-20 01:31:15 +02:00
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
CONFIGURE_ARGS+= --without-tm-x-support
|
|
|
|
CONFIGURE_ARGS+= --without-gnome
|
1997-10-11 23:53:59 +02:00
|
|
|
|
2000-10-20 01:31:15 +02:00
|
|
|
# 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}
|
2000-10-04 13:04:57 +02:00
|
|
|
|
2000-10-20 01:31:15 +02:00
|
|
|
.include "../../sysutils/mc/Makefile.common"
|