aboutsummaryrefslogtreecommitdiff
path: root/editors/hexcurse/Makefile
blob: 8f6363a834e4838edf1ad372809889189921d8cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: ijliao
# $FreeBSD$

PORTNAME=	hexcurse
PORTVERSION=	1.55
CATEGORIES=	editors
MASTER_SITES=	https://BSDforge.com/projects/source/editors/hexcurse/

MAINTAINER=	jadawin@FreeBSD.org
COMMENT=	Versatile ncurses-based hex editor

USES=		ncurses

GNU_CONFIGURE=	yes

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

.include <bsd.port.mk>