1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/misc/mc/Makefile

24 lines
559 B
Makefile
Raw Normal View History

# New ports collection makefile for: mc
1998-06-01 23:31:41 +00:00
# Version required: 4.1.35
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
1998-06-01 23:31:41 +00:00
# $Id: Makefile,v 1.20 1998/05/02 21:19:48 vanilla Exp $
#
1998-06-01 23:31:41 +00:00
DISTNAME= mc-4.1.35
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
1998-06-01 23:31:41 +00:00
MASTER_SITE_SUBDIR= utils/file/managers/mc
MAINTAINER= ports@FreeBSD.ORG
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-ncurses --without-edit --without-subshell --disable-nls
1998-06-01 23:31:41 +00:00
CONFIGURE_ENV= INSTALL="$${INSTALL} -c"
1998-05-02 21:19:55 +00:00
MAKE_ENV= CCOPTS="$(CFLAGS)"
MAN1= midc.1
MAN8= mcserv.8
.include <bsd.port.mk>