diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-08 08:53:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-08 08:53:19 +0000 |
commit | 439cadab5f566c49ddc0e236dcea8acc8f75ed4b (patch) | |
tree | fc558d864db0269ca0d895e75e6f4d00ed82bc11 /misc/brs/Makefile | |
parent | ef44e6a9cff4c69d8a8df41a0f3d7a45470d697a (diff) | |
download | pkgsrc-439cadab5f566c49ddc0e236dcea8acc8f75ed4b.tar.gz |
Initial import of brs, a program to read the King James Version Bible.
Submitted by Bryan Carter Vyhmeister in PR 22087.
Diffstat (limited to 'misc/brs/Makefile')
-rw-r--r-- | misc/brs/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile new file mode 100644 index 00000000000..6a90b36a763 --- /dev/null +++ b/misc/brs/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/08 08:53:19 wiz Exp $ + +DISTNAME= brs.4.00.l1 +PKGNAME= brs-4.0 +WRKSRC= ${WRKDIR}/bible +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/religion/} + +MAINTAINER= bcv@hub3.net +HOMEPAGE= http://bible.theverge.com/brs.html +COMMENT= Interactive King James Version Bible + +ALL_TARGET= + +.include "../../mk/bsd.pkg.mk" |