blob: 6f1fc5b2874be43856262ae00176bee1222b79af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
PORTNAME= fth
DISTVERSION= 1.4.5
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
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
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
# tests as of 1.4.5:
# 10 tests were successful.
# 2 tests were skipped.
.include <bsd.port.mk>
|