freebsd-ports/editors/hexcurse/Makefile
2020-10-05 17:45:32 +00:00

22 lines
409 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= hexcurse
PORTVERSION= 1.55
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://BSDforge.com/projects/source/editors/hexcurse/
MAINTAINER= ports@FreeBSD.org
COMMENT= Versatile ncurses-based hex editor
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
GNU_CONFIGURE= yes
PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz
.include <bsd.port.mk>