freebsd-ports/editors/bvi/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
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
2023-11-06 11:03:47 +01:00

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>