summaryrefslogtreecommitdiff
path: root/editors/hexcurse/Makefile
blob: ad80803842d30ce009df25d126a36ce46b7c1e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: ijliao

PORTNAME=	hexcurse
PORTVERSION=	1.60.0
DISTVERSIONPREFIX=	v
CATEGORIES=	editors

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

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		ncurses

USE_GITHUB=	yes
GH_ACCOUNT=	LonnyGomes

GNU_CONFIGURE=	yes

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

.include <bsd.port.mk>