aboutsummaryrefslogtreecommitdiff
path: root/devel/cxmon/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-10-03 21:59:24 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-10-03 21:59:24 +0000
commit12070fd54292e566eff0731d16ec6b3f9ae58e60 (patch)
tree711efa7ee39a15ca857a30234df3820bb09dcbee /devel/cxmon/Makefile
parent8b5acdcb2bf37a932f079ece5faf6791cfac458d (diff)
downloadports-12070fd54292e566eff0731d16ec6b3f9ae58e60.tar.gz
ports-12070fd54292e566eff0731d16ec6b3f9ae58e60.zip
Add cxmon 3.0, interactive file manipulation tool and disassembler.
PR: 56879 Submitted by: Joachim Strombergson
Notes
Notes: svn path=/head/; revision=90172
Diffstat (limited to 'devel/cxmon/Makefile')
-rw-r--r--devel/cxmon/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/cxmon/Makefile b/devel/cxmon/Makefile
new file mode 100644
index 000000000000..bbc2ce731373
--- /dev/null
+++ b/devel/cxmon/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: cxmon
+# Date created: 10 September 2003
+# Whom: Joachim Strombergson
+#
+# $FreeBSD$
+#
+
+PORTNAME= cxmon
+PORTVERSION= 3.0
+CATEGORIES= devel
+MASTER_SITES= http://iphcip1.physik.uni-mainz.de/~cbauer/
+
+MAINTAINER= watchman@ludd.luth.se
+COMMENT= Interactive file manipulation tool and disassembler
+
+GNU_CONFIGURE= yes
+
+MAN1= cxmon.1
+
+.include <bsd.port.mk>