22 lines
485 B
Makefile
22 lines
485 B
Makefile
# OpenBSD makefile for: beav
|
|
# Version required: 1.40-7 (debian)
|
|
# Date created: 05 November 97
|
|
# Whom: ejovi
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 1997/11/17 18:55:14 joey Exp $
|
|
#
|
|
|
|
DISTNAME= beav_140-7
|
|
PKGNAME= beav-1.40.7
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.debian.org/debian/bo/source/editors/ \
|
|
ftp://theta.iis.u-tokyo.ac.jp/pub2/Linux/distributions/debian/bo/source/editors/
|
|
|
|
MAINTAINER= joey@OpenBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/beav-140
|
|
PATCH_STRIP= -p1
|
|
|
|
.include <bsd.port.mk>
|
|
|