aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lifelines/Makefile
blob: 429648b2a5554f2a78368802e787edc74ad7f575 (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
# Created by: Matt Emmerton <matt@gsicomp.on.ca>
# $FreeBSD$

PORTNAME=   lifelines
PORTVERSION=    3.0.62
PORTREVISION=   1
CATEGORIES= misc
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}

MAINTAINER= matt@gsicomp.on.ca
COMMENT=    Advanced genealogical system

LICENSE=    MIT

USES=       bison iconv tar:bzip2
GNU_CONFIGURE=  yes

OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB=    yes

NLS_USES=   gettext
NLS_CONFIGURE_OFF=  --disable-nls

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

.include <bsd.port.mk>