5731bb3633
and has no list of changes. Restructure packages to use a common Makefile and patch directory. Set the maintainer to me, as this is a non-trivial change. Compile in the samba vfs code.
15 lines
474 B
Makefile
15 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.40 2000/10/19 23:31:17 jlam Exp $
|
|
# FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp
|
|
#
|
|
|
|
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"
|