1995-07-15 23:43:35 +00:00
|
|
|
# New ports collection makefile for: mc
|
1996-10-01 03:53:49 +00:00
|
|
|
# Version required: 3.2.1
|
1995-07-15 23:43:35 +00:00
|
|
|
# Date created: 15 Jul 1995
|
|
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
|
|
#
|
1996-10-01 03:53:49 +00:00
|
|
|
# $Id: Makefile,v 1.3 1995/11/26 10:47:52 asami Exp $
|
1995-07-15 23:43:35 +00:00
|
|
|
#
|
|
|
|
|
1996-10-01 03:53:49 +00:00
|
|
|
DISTNAME= mc-3.2.1
|
1995-11-26 10:48:46 +00:00
|
|
|
CATEGORIES= misc
|
1995-07-15 23:43:35 +00:00
|
|
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
1995-09-27 22:57:42 +00:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --with-ncurses
|
|
|
|
|
|
|
|
STRIP=
|
1995-07-15 23:43:35 +00:00
|
|
|
|
|
|
|
post-install:
|
1996-10-01 03:53:49 +00:00
|
|
|
@gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mcserv.8
|
1995-07-15 23:43:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|