diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-20 12:22:36 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-20 12:22:36 +0000 |
commit | e403cb53d26098fb36e79fe8056263bf84dbc7a4 (patch) | |
tree | d2fcf5484f62aea31e56c8ed3140b56d24bcf26b /misc/mc/Makefile | |
parent | 0dc96d938ec00ac9927eb6cb7b836072af50e8a5 (diff) |
Notes
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r-- | misc/mc/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 61ba02846c88..c0056ec7c8aa 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -1,22 +1,21 @@ # New ports collection makefile for: mc -# Version required: 3.2.1 +# Version required: 4.0 # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.9 1996/11/18 10:25:14 asami Exp $ +# $Id: Makefile,v 1.10 1997/05/25 21:24:32 torstenb Exp $ # -DISTNAME= mc-3.2.1 +DISTNAME= mc-4.0 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/file/managers/mc + +MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-ncurses -STRIP= -MAN1= mc.1 +CONFIGURE_ARGS= --with-ncurses --without-edit --without-subshell +MAN1= mc.1 mcedit.1 MAN8= mcserv.8 -post-install: - @/usr/bin/strip ${PREFIX}/bin/mc ${PREFIX}/sbin/mcserv - .include <bsd.port.mk> |