mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
24 lines
375 B
Makefile
24 lines
375 B
Makefile
# 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>
|