blob: 31facf002f5380ee86954dce15c1e0d9711e3999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.14 2012/05/19 16:31:29 marino Exp $
DISTNAME= gprolog-1.3.1
CATEGORIES= lang
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= brook@nmsu.edu
HOMEPAGE= http://www.gprolog.org/
COMMENT= GNU prolog compiler and interpreter
PKG_DESTDIR_SUPPORT= user-destdir
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}
MAKE_JOBS_SAFE= no
.include "../../mk/bsd.pkg.mk"
|