mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# New ports collection makefile for: mc
|
|
# Version required: 3.2.1
|
|
# Date created: 15 Jul 1995
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/11/26 10:47:52 asami Exp $
|
|
#
|
|
|
|
DISTNAME= mc-3.2.1
|
|
CATEGORIES= misc
|
|
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/mcserv.8
|
|
|
|
.include <bsd.port.mk>
|