pkgsrc/lang/gprolog/Makefile
jschauma 867b0327cf Update to gprolog 1.2.16.
NetBSD patches were apparently merged in version 1.1.7
Since then, several releases have been made, so that the list of changes
is too extensive to be included here.  Please see
ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/NEWS and/or the
documentation in this package.
This addresses PR pkg/18962 by Mr. Jan Schaumann.
2002-11-13 20:15:10 +00:00

23 lines
725 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/11/13 20:15:10 jschauma Exp $
#
DISTNAME= gprolog-1.2.16
CATEGORIES= lang
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/
MAINTAINER= brook@nmsu.edu
HOMEPAGE= http://gnu-prolog.inria.fr/
COMMENT= GNU prolog compiler and interpreter
ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-install-dir=${PREFIX}/libexec/${PKGNAME} \
--with-doc-dir=${PREFIX}/share/doc/gprolog \
--with-html-dir=${PREFIX}/share/doc/html/gprolog \
--with-examples-dir=${PREFIX}/share/examples/gprolog \
--with-c-flags='-O3 -finline-functions -fomit-frame-pointer -D__unix__=1'
WRKSRC= ${WRKDIR}/${DISTNAME}/src
.include "../../mk/bsd.pkg.mk"