1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/editors/hexcurse/Makefile
John Marino 823781099d editors/hexcurses: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-31 11:47:43 +00:00

20 lines
342 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= hexcurse
PORTVERSION= 1.55
CATEGORIES= editors
MASTER_SITES= DEBIAN
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Versatile ncurses-based hex editor
USES= ncurses
GNU_CONFIGURE= yes
PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz
.include <bsd.port.mk>