diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-07-12 23:37:32 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-07-12 23:37:32 +0800 |
commit | a91af36afcc7eebe794f19d3b59f768abec214f2 (patch) | |
tree | 2812e95a53b6a3a8eb0b007959cbcdfeb295967d /misc/brs/Makefile | |
parent | e92bf8ad0064db1752e962ebe6e4f0627c294051 (diff) | |
download | freebsd-ports-gnome-a91af36afcc7eebe794f19d3b59f768abec214f2.tar.gz freebsd-ports-gnome-a91af36afcc7eebe794f19d3b59f768abec214f2.tar.zst freebsd-ports-gnome-a91af36afcc7eebe794f19d3b59f768abec214f2.zip |
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> |