aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mc/Makefile
blob: 8d5701ccda36ea9d62afef3614005d3cf9dd6571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    mc
# Version required: 4.1.35
# Date created:     15 Jul 1995
# Whom:         torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.23 1998/09/18 02:29:28 vanilla Exp $
#

DISTNAME=   mc-4.1.35
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file/managers/mc

MAINTAINER= ports@FreeBSD.ORG

VERSION!=   sysctl -n kern.osreldate
.if ${VERSION} < 300000
BROKEN=     mountlist.c
.endif

GNU_CONFIGURE=  YES
CONFIGURE_ARGS= --with-ncurses --without-edit --with-dusum --disable-nls
CONFIGURE_ENV=  CCOPTS="$(CFLAGS)" INSTALL="$${INSTALL} -c"

MAN1=       midc.1
MAN8=       mcserv.8

.include <bsd.port.mk>