aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lifelines/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-14 22:32:12 +0800
committerkrion <krion@FreeBSD.org>2004-02-14 22:32:12 +0800
commitc43dcbf760056b123f1a4fcd5cbe8f9a14629daa (patch)
treef0c98e5fee2453256894827132b3447c0b88149f /misc/lifelines/Makefile
parentff16835f545061252bce4f064a64f62369d804a2 (diff)
downloadfreebsd-ports-gnome-c43dcbf760056b123f1a4fcd5cbe8f9a14629daa.tar.gz
freebsd-ports-gnome-c43dcbf760056b123f1a4fcd5cbe8f9a14629daa.tar.zst
freebsd-ports-gnome-c43dcbf760056b123f1a4fcd5cbe8f9a14629daa.zip
- Update to version 3.0.37.2
PR: ports/62809 Submitted by: Hubert Tournier <hubert@frbsd.org> Approved by: maintainer
Diffstat (limited to 'misc/lifelines/Makefile')
-rw-r--r--misc/lifelines/Makefile18
1 files changed, 15 insertions, 3 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile
index 21ba713a29cb..54ce5cfd1f44 100644
--- a/misc/lifelines/Makefile
+++ b/misc/lifelines/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= lifelines
-PORTVERSION= 3.0.6
-PORTREVISION= 1
+PORTVERSION= 3.0.37.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,6 +15,19 @@ MAINTAINER= matt@gsicomp.on.ca
COMMENT= An advanced genealogical system
GNU_CONFIGURE= yes
-USE_BISON= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GETTEXT= yes
+USE_ICONV= yes
+USE_BZIP2= yes
+USE_GETOPT_LONG=yes
+
+MAN1= btedit.1 dbverify.1 llines.1
+
+post-install:
+.if !defined(NOPORTDOCS)
+.for file in btedit.1 dbverify.1 llines.1
+ ${INSTALL_MAN} ${WRKSRC}/docs/${file} ${MANPREFIX}/man/man1
+.endfor
+.endif
.include <bsd.port.mk>