25 lines
591 B
Makefile
25 lines
591 B
Makefile
# New ports collection makefile for: mc
|
|
# Version required: 4.1
|
|
# Date created: 24 Oct 1997
|
|
# Whom: hubertf@netbsd.org
|
|
#
|
|
# $NetBSD: Makefile,v 1.4 1998/01/24 21:18:18 hubertf Exp $
|
|
# FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp
|
|
#
|
|
|
|
DISTNAME= mc-4.1
|
|
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>
|