freebsd-ports/misc/lifelines/Makefile
Kirill Ponomarev baef2ac6ad - Update to version 3.0.37.2
PR:		ports/62809
Submitted by:	Hubert Tournier <hubert@frbsd.org>
Approved by:	maintainer
2004-02-14 14:32:12 +00:00

33 lines
717 B
Makefile

# New ports collection makefile for: lifelines
# Date created: 10 August 2000
# Whom: Matt Emmerton <matt@gsicomp.on.ca>
#
# $FreeBSD$
#
PORTNAME= lifelines
PORTVERSION= 3.0.37.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= matt@gsicomp.on.ca
COMMENT= An advanced genealogical system
GNU_CONFIGURE= 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>