summaryrefslogtreecommitdiff
path: root/editors/uzap/Makefile
blob: 77e4bc58d0d330a349f80679c474d3be3dd9777b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: joerg
# $FreeBSD$

PORTNAME=	uzap
PORTVERSION=	1.0
CATEGORIES=	editors
MASTER_SITES=	LOCAL/joerg
DISTNAME=	${PORTNAME}

MAINTAINER=	joerg@FreeBSD.org
COMMENT=	Visual binary file editor

USES=		ncurses

# Has been posted to alt.sources in 1989
# http://www.megalextoria.com/usenet-archive/news097f1/b120/alt/sources/00000521.html
NO_CDROM=	This software may not be used to make a profit in any way.
NO_WRKSUBDIR=	yes
PLIST_FILES=	bin/uzap man/man1/uzap.1.gz

.include <bsd.port.mk>