mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
25 lines
470 B
Makefile
25 lines
470 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.8 1996/11/17 09:06:08 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= mc-3.2.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --with-ncurses
|
|
STRIP=
|
|
MAN1= mc.1
|
|
MAN8= mcserv.8
|
|
|
|
post-install:
|
|
@/usr/bin/strip ${PREFIX}/bin/mc ${PREFIX}/sbin/mcserv
|
|
|
|
.include <bsd.port.mk>
|