30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
26 lines
770 B
Makefile
26 lines
770 B
Makefile
# $NetBSD: Makefile,v 1.20 2017/01/19 18:52:13 agc Exp $
|
|
|
|
DISTNAME= gprolog-1.4.4
|
|
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
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|