34 lines
703 B
Makefile
34 lines
703 B
Makefile
# $OpenBSD: Makefile,v 1.8 2012/12/28 16:43:11 jasper Exp $
|
|
|
|
COMMENT= deductive database system similar to Prolog
|
|
|
|
DISTNAME= datalog-2.3
|
|
SHARED_LIBS += datalog 0.0 # 0.0
|
|
CATEGORIES= lang
|
|
|
|
HOMEPAGE= http://datalog.sourceforge.net/
|
|
|
|
# LGPLv2.1+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c m readline termcap
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=datalog/}
|
|
|
|
# perl libtool loses -llua somewhere along the way
|
|
USE_LIBTOOL= gnu
|
|
|
|
MODULES= lang/lua
|
|
MODLUA_SA= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
# Some extra checks in addition to the check target
|
|
post-regress:
|
|
cd ${WRKSRC} && /bin/sh try.sh
|
|
|
|
.include <bsd.port.mk>
|