freebsd-ports/lang/fth/Makefile
Antoine Brodin 277b2f6ae2 Mark BROKEN on FreeBSD 12 and 13
Reported by:	pkg-fallout
MFH:		2019Q2
2019-04-04 05:41:15 +00:00

34 lines
819 B
Makefile

# $FreeBSD$
PORTNAME= fth
DISTVERSION= 1.3.8
CATEGORIES= lang
MASTER_SITES= SF/fth/fth/${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Forth interpreter and extension library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:bz2 ssl # ssl is used only for the bignum interface BN_*
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= test
OPTIONS_DEFINE= TECLA
OPTIONS_DEFAULT= TECLA
TECLA_DESC= Use tecla command-line editing
TECLA_CONFIGURE_WITH= tecla
TECLA_LIB_DEPENDS= libtecla.so:devel/libtecla
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= variable has incomplete type 'BIGNUM' (aka 'struct bignum_st')
BROKEN_FreeBSD_13= variable has incomplete type 'BIGNUM' (aka 'struct bignum_st')
.endif
.include <bsd.port.post.mk>