freebsd-ports/lang/fth/Makefile
Yuri Victorovich efad78be27 lang/fth: Update 1.3.9 -> 1.4.1
The undefined type BIGNUM problem seems to be resolved.

Reported by:	portscout
2020-01-26 06:41:17 +00:00

28 lines
587 B
Makefile

# $FreeBSD$
PORTNAME= fth
DISTVERSION= 1.4.1
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.mk>