# $NetBSD$

DISTNAME= lifelines-3.0.24

CATEGORIES=	databases
COMMENT= genealogy

MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lifelines/}
#DEPENDS+= 
HOMEPAGE= http://lifelines.sourceforge.net/
EXTRACT_SUFX= .tar.bz2

GNU_CONFIGURE= yes
USE_GMAKE= yes
#USE_X11BASE= yes
CONFIGURE_ARGS+= --with-extra-includes=/usr/pkg/include
CONFIGURE_ARGS+= --with-extra-libs=/usr/pkg/lib
CONFIGURE_ENV+= CFLAGS=-Dunix

post-install:
	cd ${PREFIX};\
	 mv share/doc/lifelines/llines.1 man/man1

.include "../../mk/bsd.pkg.mk"

#eof
