summaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-07-15 23:43:35 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-07-15 23:43:35 +0000
commitfb734da8014ec980161f674f58d453ed0f730278 (patch)
tree514679ed6351f6eccb671893fb0a50950bd28acf /misc/mc
parentadd git the SUBDIRs list (diff)
Midnight Commander, a free Norton Commander Clone
Notes
Notes: svn path=/head/; revision=1977
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile18
-rw-r--r--misc/mc/files/patch-aa19
-rw-r--r--misc/mc/pkg-comment1
-rw-r--r--misc/mc/pkg-descr8
-rw-r--r--misc/mc/pkg-plist5
5 files changed, 51 insertions, 0 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
new file mode 100644
index 000000000000..238cfbd1cf1f
--- /dev/null
+++ b/misc/mc/Makefile
@@ -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>
diff --git a/misc/mc/files/patch-aa b/misc/mc/files/patch-aa
new file mode 100644
index 000000000000..1458192330f2
--- /dev/null
+++ b/misc/mc/files/patch-aa
@@ -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)
diff --git a/misc/mc/pkg-comment b/misc/mc/pkg-comment
new file mode 100644
index 000000000000..49355a57e810
--- /dev/null
+++ b/misc/mc/pkg-comment
@@ -0,0 +1 @@
+Midnight Commander, a free Norton Commander Clone
diff --git a/misc/mc/pkg-descr b/misc/mc/pkg-descr
new file mode 100644
index 000000000000..6254570a4a50
--- /dev/null
+++ b/misc/mc/pkg-descr
@@ -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.
diff --git a/misc/mc/pkg-plist b/misc/mc/pkg-plist
new file mode 100644
index 000000000000..630f351b7410
--- /dev/null
+++ b/misc/mc/pkg-plist
@@ -0,0 +1,5 @@
+bin/mc
+lib/mc.hlp
+lib/mc.ext
+lib/mc.menu
+man/man1/mc.1.gz