brs is an interactive King James Bible. PR: 19836 Submitted by: Kim Scarborough <sluggo@unknown.nu>
24 lines
501 B
Makefile
24 lines
501 B
Makefile
# 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>
|