mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# New ports collection makefile for: bvi
|
|
# Date created: 05 November 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bvi
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://bvi.linuxave.net/download/
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= bvi.1
|
|
MLINKS= bvi.1 bview.1
|
|
|
|
.include <bsd.port.mk>
|