49afc89ea6
- Add ftp.funet.fi and ftp.sunet.se mirrors where available. - Remove broken ftp.funet.fi references.
23 lines
559 B
Makefile
23 lines
559 B
Makefile
# $OpenBSD: Makefile,v 1.16 2001/07/13 11:24:03 naddy Exp $
|
|
|
|
COMMENT= "binary editor and viewer"
|
|
|
|
DISTNAME= beav_1.40-13
|
|
PKGNAME= beav-1.40.13
|
|
CATEGORIES= editors
|
|
NEED_VERSION= 1.402
|
|
|
|
MASTER_SITES= ftp://ftp.debian.org/debian/dists/stable/main/source/editors/ \
|
|
ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/dists/stable/main/source/editors/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/beav-1.40
|
|
|
|
.include <bsd.port.mk>
|