blob: 35e8b3769800ecd8cd1817edb6458d97a40be1d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: ijliao
# $FreeBSD$
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>
|