openbsd-ports/misc/brs/Makefile
naddy d7367484a6 Remove need for -fwritable-strings so this can be built with gcc4.
From a slightly newer "upstream" version that is floating around
on the net.

Add missing includes.
2010-08-04 14:05:46 +00:00

32 lines
573 B
Makefile

# $OpenBSD: Makefile,v 1.12 2010/08/04 14:05:46 naddy Exp $
NOT_FOR_ARCHS= ${LP64_ARCHS}
COMMENT= bible reader
DISTNAME= brs.4.00.l1
PKGNAME= brs-4.00l1
REVISION= 0
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>