aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lifelines/Makefile
blob: 5e31de237797fc2f237987fa5960d8ae41d08eaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
PORTNAME=	lifelines
DISTVERSION=	3.1.1
PORTREVISION=	2
CATEGORIES=	misc
MASTER_SITES=	https://github.com/lifelines/lifelines/releases/download/${DISTVERSION}/

MAINTAINER=	matt@gsicomp.on.ca
COMMENT=	Advanced genealogical system
WWW=		https://lifelines.github.io/lifelines/

LICENSE=	MIT

USES=		autoreconf bison gmake iconv ncurses

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	YACC="bison -y"

MAKE_JOBS_UNSAFE=	yes

CONFLICTS_INSTALL=	atheme-services # bin/dbverify

# Lifelines always installs documenatation.  This is contrary to the FreeBSD
# norm which uses --with-docs (aka DOCS) to do so.  We patch the Makefiles
# below in pre-patch.
# Lifelines uses --with-docs to indicate that the full XML docbook toolcahin
# needs to be installed to build the docs.  We use BUILDDOCS for that purpose.

OPTIONS_DEFINE=	BUILDDOCS DOCS NLS
OPTIONS_SUB=	yes
BUILDDOCS_DESC=	Build documentation (requires docbook toolchain)
DOCS_DESC=	Install documentation
NLS_DESC=	Build with NLS support

BUILDDOCS_BUILD_DEPENDS=	dblatex:textproc/dblatex \
				xmlto:textproc/xmlto
BUILDDOCS_CONFIGURE_WITH=	docs

NLS_USES=		gettext
NLS_CONFIGURE_ENABLE=	nls

pre-patch:
	@${REINPLACE_CMD} -e 's,ncursesw/curses.h,curses.h,' \
		${WRKSRC}/src/hdrs/mycurses.h

pre-patch-DOCS-off:
	@${REINPLACE_CMD} -e 's,^doc_DATA.*,doc_DATA = .linesrc lines.cfg,' \
	${WRKSRC}/Makefile.am
	@${REINPLACE_CMD} -e 's,^doc_DATA.*,doc_DATA=,' \
	${WRKSRC}/docs/manual/Makefile.am

.include <bsd.port.mk>