mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5dc99617d0
- remove MANCOMPRESSED=no - it's the default if USE_IMAKE is not set.
22 lines
419 B
Makefile
22 lines
419 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
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/religion
|
|
DISTNAME= brs.4.00.l1
|
|
|
|
MAINTAINER= user@unknown.nu
|
|
|
|
WRKSRC= ${WRKDIR}/bible
|
|
ALL_TARGET=
|
|
MAN1= bible.1
|
|
|
|
.include <bsd.port.mk>
|