2013-03-08 12:32:11 +01:00
|
|
|
# Created by: Matt Emmerton <matt@gsicomp.on.ca>
|
2000-09-04 16:38:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lifelines
|
2014-02-15 22:40:31 +01:00
|
|
|
PORTVERSION= 3.0.62
|
2000-09-04 16:38:51 +02:00
|
|
|
CATEGORIES= misc
|
2014-02-15 22:40:31 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
2000-09-04 16:38:51 +02:00
|
|
|
|
|
|
|
MAINTAINER= matt@gsicomp.on.ca
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= An advanced genealogical system
|
2000-09-04 16:38:51 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-02-14 15:32:12 +01:00
|
|
|
USE_BZIP2= yes
|
2013-04-27 13:59:28 +02:00
|
|
|
USES= bison iconv
|
2004-02-14 15:32:12 +01:00
|
|
|
|
2014-02-15 22:40:31 +01:00
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-06-04 16:32:59 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-26 12:44:28 +02:00
|
|
|
USES+= gettext
|
2004-07-11 12:22:46 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2007-03-09 13:20:26 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,ncursesw/curses.h,curses.h,' \
|
|
|
|
${WRKSRC}/src/hdrs/mycurses.h
|
2013-06-04 16:32:59 +02:00
|
|
|
.if ! ${PORT_OPTIONS:MDOCS}
|
2009-04-05 10:07:48 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,install-data-am: install-docDATA,install-data-am:,' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e 's,install-data-am: install-dist_pkgdataDATA install-docDATA install-man,install-data-am: install-dist_pkgdataDATA,' \
|
|
|
|
${WRKSRC}/docs/Makefile.in
|
|
|
|
.endif
|
2007-03-09 13:20:26 +01:00
|
|
|
|
2000-09-04 16:38:51 +02:00
|
|
|
.include <bsd.port.mk>
|