diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-12 15:37:32 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-12 15:37:32 +0000 |
commit | 887b1c5f4718ee6d6ca98d3734663533cffabd34 (patch) | |
tree | 7c75a6d05123a879697d321c6897d10f8e4d842b /misc/brs/Makefile | |
parent | Fix emu install directory. (diff) |
Initial import of brs.
brs is an interactive King James Bible.
PR: 19836
Submitted by: Kim Scarborough <sluggo@unknown.nu>
Diffstat (limited to 'misc/brs/Makefile')
-rw-r--r-- | misc/brs/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile new file mode 100644 index 000000000000..0cfe316e9da1 --- /dev/null +++ b/misc/brs/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: brs +# Date created: 10 July 2000 +# Whom: Kim Scarborough <user@unknown.nu> +# +# $FreeBSD$ +# + +PORTNAME= brs +PORTVERSION= 4.0 +DISTNAME= brs.4.00.l1 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.unknown.nu/ports/ +MASTER_SITE_SUBDIR= apps/religion + +MAINTAINER= user@unknown.nu + +WRKSRC= ${WRKDIR}/bible +ALL_TARGET= + +MAN1= bible.1 +MANCOMPRESSED= no + +.include <bsd.port.mk> |