f8e628f818
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
27 lines
744 B
Makefile
27 lines
744 B
Makefile
# $NetBSD: Makefile,v 1.16 2013/07/15 02:02:25 ryoon Exp $
|
|
|
|
DISTNAME= yap-6.3.3
|
|
CATEGORIES= lang
|
|
# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yap/}
|
|
MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ \
|
|
http://www.dcc.fc.up.pt/~vsc/Yap/current/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ncc.up.pt/~vsc/Yap/
|
|
COMMENT= ISO-compliant Prolog
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS= gmake
|
|
|
|
CONFIGURE_ENV+= INDENT=${TRUE:Q}
|
|
|
|
# debug option:
|
|
#CONFIGURE_ARGS+= --enable-debug-yap
|
|
|
|
.include "../../archivers/libarchive/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|