diff options
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 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> |