1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/misc/mc/Makefile

25 lines
543 B
Makefile
Raw Normal View History

# New ports collection makefile for: mc
1998-03-11 06:06:20 +00:00
# Version required: 4.1.27
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
1998-03-11 06:06:20 +00:00
# $Id: Makefile,v 1.17 1998/02/01 02:01:25 vanilla Exp $
#
1998-03-11 06:06:20 +00:00
DISTNAME= mc-4.1.27
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
1998-02-01 02:01:37 +00:00
MASTER_SITE_SUBDIR= utils/file/managers/mc/devel
1997-11-30 19:43:24 +00:00
MAINTAINER= vanilla@FreeBSD.ORG
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-ncurses --without-edit --without-subshell
1997-11-29 09:18:34 +00:00
MAN1= midc.1 mcedit.1
MAN8= mcserv.8
post-install:
@ ${RMDIR} ${PREFIX}/lib/mc/icons
.include <bsd.port.mk>