summaryrefslogtreecommitdiff
path: root/misc/mc/Makefile
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/Makefile
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/Makefile')
-rw-r--r--misc/mc/Makefile18
1 files changed, 18 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>