mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
22 lines
398 B
Makefile
22 lines
398 B
Makefile
# New ports collection makefile for: cxmon
|
|
# Date created: 10 September 2003
|
|
# Whom: Joachim Strombergson
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cxmon
|
|
PORTVERSION= 3.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://cxmon.cebix.net/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Interactive file manipulation tool and disassembler
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= cxmon.1
|
|
PLIST_FILES= bin/cxmon
|
|
|
|
.include <bsd.port.mk>
|