mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
04106a40ac
fth will be used as a dependency of audio/snd. audio/snd uses forth as one of its extension languages, along with ruby and scheme's S7 implementation. Approved by: tcberner (mentor) Differential Revision: D13887
28 lines
587 B
Makefile
28 lines
587 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.mk>
|