23 lines
559 B
Makefile
23 lines
559 B
Makefile
# $OpenBSD: Makefile,v 1.17 2002/03/21 20:46:26 espie Exp $
|
|
|
|
COMMENT= "binary editor and viewer"
|
|
|
|
DISTNAME= beav_1.40-13
|
|
PKGNAME= beav-1.40.13
|
|
CATEGORIES= editors
|
|
NEED_VERSION= 1.515
|
|
|
|
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>
|