184f235ac1
The 5.6.x release consolidates the 5.5.x development stream started in 2004. Highlights: * UNICODE character set support * Unbounded integer arithmetic and rational numbers * New and faster CHR release * Added clp(r) constraints over reals * Many enhancements to the web and notably sematic web libraries * Much more ...
21 lines
525 B
Makefile
21 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.38 2006/08/02 15:15:35 kristerw Exp $
|
|
|
|
.include "../../lang/swi-prolog-lite/Makefile.common"
|
|
|
|
PKGNAME= swi-prolog-${SWIPLVERS}
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= ISO/Edinburgh-style Prolog compiler suite
|
|
|
|
DEPENDS+= swi-prolog-lite-${SWIPLVERS}:../../lang/swi-prolog-lite
|
|
DEPENDS+= swi-prolog-packages-${SWIPLVERS}:../../lang/swi-prolog-packages
|
|
|
|
NO_BUILD= yes
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_MTREE= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|