openbsd-ports/lang/datalog/Makefile

34 lines
703 B
Makefile
Raw Normal View History

2012-12-28 11:43:11 -05:00
# $OpenBSD: Makefile,v 1.8 2012/12/28 16:43:11 jasper Exp $
COMMENT= deductive database system similar to Prolog
2012-12-28 11:43:11 -05:00
DISTNAME= datalog-2.3
2012-05-11 17:36:48 -04:00
SHARED_LIBS += datalog 0.0 # 0.0
CATEGORIES= lang
2012-12-28 11:43:11 -05:00
HOMEPAGE= http://datalog.sourceforge.net/
# LGPLv2.1+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-05-11 17:36:48 -04:00
WANTLIB += c m readline termcap
2012-12-28 11:43:11 -05:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=datalog/}
2012-05-11 17:36:48 -04:00
# 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>