# Created by: Andrey Zakhvatov
# $FreeBSD: tags/RELEASE_11_0_0/editors/hexedit/Makefile 407607 2016-01-31 11:18:37Z marino $

PORTNAME=	hexedit
PORTVERSION=	1.2.13
DISTVERSIONSUFFIX=	.src
CATEGORIES=	editors
MASTER_SITES=	http://rigaux.org/ \
		LOCAL/sunpoet

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	View and edit files in hexadecimal or ASCII

LICENSE=	GPLv2

GNU_CONFIGURE=	yes
USES=		ncurses tar:tgz
WRKSRC=		${WRKDIR}/${PORTNAME}

PLIST_FILES=	bin/hexedit man/man1/hexedit.1.gz

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

.include <bsd.port.mk>
