53e5276a7d
With hat: portmgr-secretary
22 lines
409 B
Makefile
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>
|