summaryrefslogtreecommitdiff
path: root/misc/brs/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-07-12 15:37:32 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-07-12 15:37:32 +0000
commit887b1c5f4718ee6d6ca98d3734663533cffabd34 (patch)
tree7c75a6d05123a879697d321c6897d10f8e4d842b /misc/brs/Makefile
parentFix 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/Makefile24
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>