mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
5d55ec5b18
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports.
19 lines
326 B
Makefile
19 lines
326 B
Makefile
PORTNAME= bvi
|
|
DISTVERSION= 1.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= SF
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= Vi-like binary file (hex)editor
|
|
WWW= https://bvi.sourceforge.net/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= ncurses
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|