21 lines
611 B
Makefile
21 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.12 2008/09/07 04:35:41 dholland Exp $
|
|
|
|
DISTNAME= gprolog-1.3.0
|
|
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}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|