Makefile 623 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.12 2016/06/17 18:37:41 jasper Exp $
  2. COMMENT= deductive database system similar to Prolog
  3. DISTNAME= datalog-2.6
  4. SHARED_LIBS += datalog 0.0 # 0.0
  5. CATEGORIES= lang
  6. HOMEPAGE= http://datalog.sourceforge.net/
  7. # LGPLv2.1+
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c m readline termcap
  10. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=datalog/}
  11. # perl libtool loses -llua somewhere along the way
  12. USE_LIBTOOL= gnu
  13. MODULES= lang/lua
  14. MODLUA_SA= Yes
  15. CONFIGURE_STYLE= gnu
  16. # Some extra checks in addition to the check target
  17. post-test:
  18. cd ${WRKSRC} && /bin/sh try.sh
  19. .include <bsd.port.mk>