freebsd-ports/misc/mc/Makefile

26 lines
550 B
Makefile
Raw Normal View History

# New ports collection makefile for: mc
1996-09-30 23:53:49 -04:00
# Version required: 3.2.1
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.6 1996/10/20 19:23:42 max Exp $
#
1996-09-30 23:53:49 -04:00
DISTNAME= mc-3.2.1
CATEGORIES= misc
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-ncurses
1995-09-27 18:57:42 -04:00
STRIP=
post-install:
1996-10-20 15:23:42 -04:00
@/usr/bin/strip ${PREFIX}/bin/mc ${PREFIX}/sbin/mcserv
.if !defined(NOMANCOMPRESS)
1996-09-30 23:53:49 -04:00
@gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mcserv.8
.endif
.include <bsd.port.mk>