diff options
author | asau <asau@pkgsrc.org> | 2010-02-11 20:43:49 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-02-11 20:43:49 +0000 |
commit | 3052d9a7e07595aaf1bb079706f1f09bf5f179d6 (patch) | |
tree | 59d49d1b2d9e6ab9aeb8c139b2880595c11ec1c2 /lang/yap/Makefile | |
parent | 9bf63ee99c82dfbe47a30a1cf123988201e82d77 (diff) | |
download | pkgsrc-3052d9a7e07595aaf1bb079706f1f09bf5f179d6.tar.gz |
Update to Yap 5.1.3.
Many improvements, bug and compatibility fixes since previous 5.0.0 package.
Diffstat (limited to 'lang/yap/Makefile')
-rw-r--r-- | lang/yap/Makefile | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 44b29f562ef..e6625d322ef 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:33 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2010/02/11 20:43:49 asau Exp $ # -DISTNAME= Yap-5.0.0 -PKGREVISION= 1 +DISTNAME= Yap-5.1.3 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yap/} -DIST_SUBDIR= ${PKGNAME_NOREV}-1 +# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yap/} +MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/current/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ncc.up.pt/~vsc/Yap/ @@ -16,6 +15,14 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +# Don't enable system malloc, it dumps core otherwise: +#CONFIGURE_ARGS= --enable-use-malloc CONFIGURE_ENV+= INDENT=${TRUE:Q} +# debug option: +#CONFIGURE_ARGS+= --enable-debug-yap + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" +.include "../../devel/gmp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |