06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
17 lines
310 B
Makefile
17 lines
310 B
Makefile
PORTNAME= bvi
|
|
DISTVERSION= 1.4.2
|
|
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>
|