blob: 523c4e19a51f0775ea24f1d7c600118201ef4d22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: bvi
# Date created: 05 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
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
CONFIGURE_ARGS= --datadir=${PREFIX}/share/bvi
MAN1= bvi.1 bmore.1
MLINKS= bvi.1 bview.1 \
bvi.1 bvedit.1
.include <bsd.port.mk>
|