openbsd-ports/editors/beav/Makefile

26 lines
527 B
Makefile
Raw Normal View History

2002-10-25 20:39:14 -04:00
# $OpenBSD: Makefile,v 1.21 2002/10/26 00:39:15 naddy Exp $
COMMENT= "binary editor and viewer"
1997-11-14 19:04:24 -05:00
DISTNAME= beav_1.40-15
PKGNAME= beav-1.40.15
1997-11-14 19:04:24 -05:00
CATEGORIES= editors
2000-10-22 10:02:46 -04:00
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
2000-02-12 03:02:07 -05:00
2000-03-25 09:30:45 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
1997-11-14 19:04:24 -05:00
MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/b/beav/
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/beav-1.40
1997-11-14 19:04:24 -05:00
2002-10-25 20:39:14 -04:00
NO_REGRESS= Yes
post-install:
@perl -i -pe 's:%%PREFIX%%:${TRUEPREFIX}:' ${PREFIX}/man/man1/beav.1
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>