1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/mc/Makefile
1995-09-27 22:57:42 +00:00

22 lines
451 B
Makefile

# New ports collection makefile for: mc
# Version required: 3.0
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.1.1.1 1995/07/15 23:43:34 torstenb Exp $
#
DISTNAME= mc-3.0
CATEGORIES= utilities
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX} --with-ncurses
STRIP=
post-install:
@gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mc.8
.include <bsd.port.mk>