1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/editors/hexcurse/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

18 lines
326 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
GNU_CONFIGURE= yes
PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz
.include <bsd.port.mk>