freebsd-ports/lang/fth/Makefile
Yuri Victorovich 01cfec39c9 lang/fth: Update 1.4.1 -> 1.4.2
Reported by:	portscout
2022-10-02 21:23:16 -07:00

29 lines
620 B
Makefile

PORTNAME= fth
DISTVERSION= 1.4.2
CATEGORIES= lang
MASTER_SITES= SF/fth/fth/${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Forth interpreter and extension library
WWW= https://sourceforge.net/projects/fth/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:bz2 ssl # ssl is used only for the bignum interface BN_*
USE_LDCONFIG= yes
GNU_CONFIGURE= 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>