28 lines
805 B
Makefile
28 lines
805 B
Makefile
# $NetBSD: Makefile,v 1.22 2019/06/14 22:32:06 mef Exp $
|
|
|
|
DISTNAME= gprolog-1.4.5
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
MASTER_SITES+= http://gprolog.univ-paris1.fr/
|
|
|
|
MAINTAINER= brook@nmsu.edu
|
|
HOMEPAGE= http://www.gprolog.org/
|
|
COMMENT= GNU prolog compiler and interpreter
|
|
LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_DIRS= src
|
|
CONFIGURE_ARGS+= --with-install-dir=${PREFIX}/lib/${PKGNAME_NOREV} \
|
|
--with-doc-dir=${PREFIX}/share/doc/gprolog \
|
|
--with-html-dir=${PREFIX}/share/doc/gprolog/html \
|
|
--with-examples-dir=${PREFIX}/share/examples/gprolog \
|
|
--with-c-flags=${CFLAGS:Q}
|
|
|
|
# Apparently build failures hang forever if multiple MAKE_JOBS are in use.
|
|
# MAKE_JOBS_SAFE= no
|
|
# but try to remove above (mef)
|
|
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|