1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/yap/Makefile
Mark Linimon 36d2b0806e Mark as BROKEN on riscv64:
EXISTENCE ERROR- procedure chr_translate/2 is undefined, called from context  prolog:once/1

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
2021-02-02 19:46:09 +00:00

43 lines
1.1 KiB
Makefile

# Created by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
# $FreeBSD$
PORTNAME= yap
PORTVERSION= 6.2.2
PORTREVISION= 9
CATEGORIES= lang
MASTER_SITES= https://mirrors.dotsrc.org/mirrors/exherbo/ \
http://ftp.lyx.org/pub/minix/distfiles/backup/ \
http://tenampak.izt.uam.mx/programas/
MAINTAINER= danilo@FreeBSD.org
COMMENT= High-performance Prolog compiler
BROKEN_riscv64= fails to build: procedure chr_translate/2 is undefined, called from context prolog:once/1
LIB_DEPENDS= libgmp.so:math/gmp
PORTSCOUT= limit:^6\.2\.
CONFLICTS= yap-6.3.*
OPTIONS_DEFINE= DOCS
DOCS_USE= TEX=formats:build,dvipsk:build
DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/texi2html:textproc/texi2html \
${LOCALBASE}/bin/texi2pdf:print/texinfo
DOCS_INSTALL_TARGET= install install_docs
USES= gmake localbase readline
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-max-performance \
--disable-myddas
DOCSDIR= ${PREFIX}/share/doc/Yap
DATADIR= ${PREFIX}/share/Yap
post-build-DOCS-off:
# prevent the instalation of three docs files
${REINPLACE_CMD} -e '559,562d' ${WRKSRC}/Makefile
.include <bsd.port.mk>