diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-04 05:59:24 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-04 05:59:24 +0800 |
commit | ca20003a821b8abd6f9c7ae1857d85baf19d5e0f (patch) | |
tree | b373e4c503c0e6c0ac0f603f6b1568b7ace8222e /devel/cxmon/Makefile | |
parent | 53fa53411ad660fe8b0b3db510a2ee07ccfd0408 (diff) | |
download | freebsd-ports-graphics-ca20003a821b8abd6f9c7ae1857d85baf19d5e0f.tar.gz freebsd-ports-graphics-ca20003a821b8abd6f9c7ae1857d85baf19d5e0f.tar.zst freebsd-ports-graphics-ca20003a821b8abd6f9c7ae1857d85baf19d5e0f.zip |
Add cxmon 3.0, interactive file manipulation tool and disassembler.
PR: 56879
Submitted by: Joachim Strombergson
Diffstat (limited to 'devel/cxmon/Makefile')
-rw-r--r-- | devel/cxmon/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/cxmon/Makefile b/devel/cxmon/Makefile new file mode 100644 index 00000000000..bbc2ce73137 --- /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> |