1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/misc/mc/Makefile
Thomas Gellekum 215a679920 Minor cleanup, and a patch I forgot to `cvs add' last time.
Submitted by:	"Vanill I. Shu" <vanilla@MinJe.com.TW>
1997-06-25 07:11:50 +00:00

25 lines
522 B
Makefile

# New ports collection makefile for: mc
# Version required: 4.0
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.11 1997/06/20 12:22:15 tg Exp $
#
DISTNAME= mc-4.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file/managers/mc
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-ncurses --without-edit --without-subshell
MAN1= mc.1 mcedit.1
MAN8= mcserv.8
post-install:
@ ${RMDIR} ${PREFIX}/lib/mc/icons
.include <bsd.port.mk>