29 lines
705 B
Makefile
29 lines
705 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:23:57 espie Exp $
|
|
|
|
COMMENT= genealogical database and programming system
|
|
DISTNAME= lifelines-3.0.62
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lifelines/}
|
|
|
|
HOMEPAGE= http://lifelines.sourceforge.net/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c m ncursesw
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV+= YACC="bison -y" \
|
|
LDFLAGS="-L/usr/local/lib" \
|
|
LIBS="-liconv -lintl"
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
BUILD_DEPENDS= devel/bison
|
|
MODULES= devel/gettext
|
|
USE_GMAKE= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lifelines
|
|
${INSTALL_DATA} ${FILESDIR}/linesrc ${PREFIX}/share/examples/lifelines
|
|
|
|
.include <bsd.port.mk>
|