Lines 1-8
Link Here
|
1 |
PORTNAME= timbl |
1 |
PORTNAME= timbl |
2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSION= 6.8.2 |
3 |
DISTVERSION= 6.7 |
|
|
4 |
PORTREVISION= 3 |
5 |
CATEGORIES= math education |
3 |
CATEGORIES= math education |
|
|
4 |
MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/ |
6 |
|
5 |
|
7 |
MAINTAINER= yuri@FreeBSD.org |
6 |
MAINTAINER= yuri@FreeBSD.org |
8 |
COMMENT= Tilburg Memory Based Learner |
7 |
COMMENT= Tilburg Memory Based Learner |
Lines 14-34
LICENSE_FILE= ${WRKSRC}/COPYING
Link Here
|
14 |
LIB_DEPENDS= libicui18n.so:devel/icu \ |
13 |
LIB_DEPENDS= libicui18n.so:devel/icu \ |
15 |
libticcutils.so:devel/ticcutils |
14 |
libticcutils.so:devel/ticcutils |
16 |
|
15 |
|
17 |
USES= autoreconf compiler:c++11-lang gmake gnome libtool \ |
16 |
USES= compiler:c++14-lang gmake gnome libtool pathfix pkgconfig |
18 |
pathfix pkgconfig |
|
|
19 |
USE_GNOME= libxml2 |
17 |
USE_GNOME= libxml2 |
20 |
USE_LDCONFIG= yes |
18 |
USE_LDCONFIG= yes |
21 |
|
19 |
|
22 |
USE_GITHUB= yes |
|
|
23 |
GH_ACCOUNT= LanguageMachines |
24 |
|
25 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
26 |
CONFIGURE_ARGS= --disable-static |
|
|
27 |
|
21 |
|
28 |
INSTALL_TARGET= install-strip |
22 |
TEST_TARGET= check |
|
|
23 |
INSTALL_TARGET= install-strip |
24 |
|
25 |
CONFIGURE_ARGS= --disable-static |
29 |
|
26 |
|
30 |
OPTIONS_DEFINE= DOCS |
27 |
OPTIONS_DEFINE= DOCS |
31 |
|
28 |
|
32 |
PORTDOCS= * |
29 |
PORTDOCS= * |
33 |
|
30 |
|
|
|
31 |
post-patch: |
32 |
@${REINPLACE_CMD} -e 's|-O3 -g||g' \ |
33 |
${PATCH_WRKSRC}/src/Makefile.in |
34 |
|
34 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |