freebsd-ports/editors/bvi/Makefile

26 lines
515 B
Makefile
Raw Normal View History

# New ports collection makefile for: bvi
# Date created: 05 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= bvi
PORTVERSION= 1.3.1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bvi
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= jedgar@FreeBSD.org
COMMENT= A vi-like binary file (hex)editor
GNU_CONFIGURE= yes
2000-10-25 13:58:44 +02:00
CONFIGURE_ARGS= --datadir=${PREFIX}/share/bvi
2000-10-25 13:58:44 +02:00
MAN1= bvi.1 bmore.1
MLINKS= bvi.1 bview.1 \
bvi.1 bvedit.1
.include <bsd.port.mk>