aboutsummaryrefslogtreecommitdiff
path: root/editors/hexcurse/Makefile
blob: 64c4e85456da765653b53eade3366efc8697812f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	hexcurse
PORTVERSION=	1.60.0
DISTVERSIONPREFIX=	v
CATEGORIES=	editors

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Versatile ncurses-based hex editor
WWW=		https://BSDforge.com/projects/editors/hexcurse/

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>