blob: 325059714ba0a136a0ce3d9db6910808bfb49ba1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
PLIST_FILES= bin/cxmon
.include <bsd.port.mk>
|