1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/editors/bvi/Makefile
John Marino 18c49bae5c editors/bvi: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-05 18:19:14 +00:00

17 lines
290 B
Makefile

# Created by: Chris D. Faulhaber <jedgar@fxp.org>
# $FreeBSD$
PORTNAME= bvi
PORTVERSION= 1.4.0
CATEGORIES= editors
MASTER_SITES= SF
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= naddy@FreeBSD.org
COMMENT= Vi-like binary file (hex)editor
USES= ncurses
GNU_CONFIGURE= yes
.include <bsd.port.mk>