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
|
2009-08-27 15:03:17 +02:00
|
|
|
PORTVERSION= 3.0.51
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 1
|
2000-09-04 16:38:51 +02:00
|
|
|
CATEGORIES= misc
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20beta%20versions/${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
|
|
|
|
|
|
|
MAN1= btedit.1 dbverify.1 llines.1
|
|
|
|
|
2004-07-11 12:22:46 +02:00
|
|
|
.if !defined(WITHOUT_NLS)
|
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
|
2009-04-05 10:07:48 +02:00
|
|
|
.ifdef NOPORTDOCS
|
|
|
|
@${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
|
|
|
|
2004-02-14 15:32:12 +01:00
|
|
|
post-install:
|
2009-04-05 10:07:48 +02:00
|
|
|
.for file in ${MAN1}
|
2004-02-14 15:32:12 +01:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/docs/${file} ${MANPREFIX}/man/man1
|
|
|
|
.endfor
|
2000-09-04 16:38:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|