mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
dd6042bcfc
satoshi added myself a the maintainer in rev 1.7 wihout asking me - he did not even mention it in the commit message
23 lines
435 B
Makefile
23 lines
435 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.9 1996/11/18 10:25:14 asami Exp $
|
|
#
|
|
|
|
DISTNAME= mc-3.2.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
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>
|