1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/editors/bvi/Makefile

27 lines
568 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 00:25:54 +00:00
PORTNAME= bvi
2006-03-24 07:20:52 +00:00
PORTVERSION= 1.3.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bvi
EXTRACT_SUFX= .src.tar.gz
2006-03-24 07:20:52 +00:00
MAINTAINER= vd@FreeBSD.org
COMMENT= A vi-like binary file (hex)editor
GNU_CONFIGURE= yes
2006-03-24 07:20:52 +00:00
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --datadir=${DATADIR}
2000-10-25 11:58:44 +00:00
MAN1= bvi.1 bmore.1
MLINKS= bvi.1 bview.1 \
bvi.1 bvedit.1
.include <bsd.port.mk>