summaryrefslogtreecommitdiff
path: root/editors/chexedit/Makefile
blob: 4a26c1966ae03e4da4dda15ac9e1fd19a73a6cf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	chexedit
# Date Created:				8 Jul 2000
# Whom:					Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=	chexedit
PORTVERSION=	0.9.7
CATEGORIES=	editors
MASTER_SITES=	http://ccwf.cc.utexas.edu/~apoc/programs/c/hexedit/
DISTNAME=	hexedit-0.9.7

MAINTAINER=	roman@xpert.com
COMMENT=	Full screen text mode Hex editor using the [n]curses library

GNU_CONFIGURE=	yes

MAN1=		chexedit.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${PREFIX}/bin/chexedit
	${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${PREFIX}/man/man1/chexedit.1

.include <bsd.port.mk>