f4f741fe59
crashes noticed by Siju George <sgeorge.ml at gmail.com> "makes sense" jasper@
31 lines
564 B
Makefile
31 lines
564 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/02/02 13:56:53 steven Exp $
|
|
|
|
NOT_FOR_ARCHS= ${LP64_ARCHS}
|
|
|
|
COMMENT= "bible reader"
|
|
|
|
DISTNAME= brs.4.00.l1
|
|
|
|
PKGNAME= brs-4.00l1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/religion/}
|
|
|
|
MAINTAINER= J Shoemaker <shoemaker@softhome.net>
|
|
|
|
# License: GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
WRKDIST= ${WRKDIR}/bible
|
|
ALL_TARGET= bible
|
|
|
|
MAKE_FLAGS= DEST=${PREFIX}
|
|
FAKE_FLAGS= DEST=${WRKINST}${PREFIX}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|