Midnight Commander, a free Norton Commander Clone

This commit is contained in:
Torsten Blum 1995-07-15 23:43:35 +00:00
parent bdfd90ff56
commit fb734da801
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1977
5 changed files with 51 additions and 0 deletions

18
misc/mc/Makefile Normal file
View file

@ -0,0 +1,18 @@
# New ports collection makefile for: mc
# Version required: 2.1
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= mc-2.1
CATEGORIES= utilities
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= YES
post-install:
@gzip -9nf ${PREFIX}/man/man1/mc.1
.include <bsd.port.mk>

19
misc/mc/files/patch-aa Normal file
View file

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 15 13:13:47 1995
--- Makefile.in Sat Jul 15 13:13:52 1995
***************
*** 10,16 ****
INSTALL_DATA = @INSTALL_DATA@
DEFS = @DEFS@
! LIBS = @LIBS@ $(XLIB)
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@ -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DVERSION=\""$(VERSION)"\" $(XINC)
--- 10,16 ----
INSTALL_DATA = @INSTALL_DATA@
DEFS = @DEFS@
! LIBS = @LIBS@ $(XLIB) -lmytinfo
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@ -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DVERSION=\""$(VERSION)"\" $(XINC)

1
misc/mc/pkg-comment Normal file
View file

@ -0,0 +1 @@
Midnight Commander, a free Norton Commander Clone

8
misc/mc/pkg-descr Normal file
View file

@ -0,0 +1,8 @@
This is version 2.0 of the Midnight Commander, a free Norton Commander
Clone with many useful features. The Midnight Commander comes with
mouse support on xterms.
The Midnight Commander is a directory browsing tool which bears a
certain remote resemblance to John Socha's Norton Commander for DOS.
The Midnight Commander doesn't have all the bells and whistles of its
DOS counterpart, but was written in much less time.

5
misc/mc/pkg-plist Normal file
View file

@ -0,0 +1,5 @@
bin/mc
lib/mc.hlp
lib/mc.ext
lib/mc.menu
man/man1/mc.1.gz