5fd998dc20
Changes include support for regular expressions and more example files.
17 lines
370 B
Makefile
17 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/08/25 07:09:49 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= Yap-5.0.0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.ncc.up.pt/~vsc/Yap/Yap-5.0/
|
|
|
|
MAINTAINER= rillig@NetBSD.org
|
|
HOMEPAGE= http://www.ncc.up.pt/~vsc/Yap/
|
|
COMMENT= ISO-compliant Prolog
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= INDENT=${TRUE:Q}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|