blob: 8a8a77c663ea781b98777388ccab3b88c5fe53ef (
plain)
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
34
|
# Created by: Mykola Dzham <freebsd@levsha.org.ua>
PORTNAME= lttoolbox
PORTVERSION= ${APVER}.${APREV}
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= textproc
MAINTAINER= bofh@FreeBSD.org
COMMENT= Tool for lexical, morphological analysis and generation of words
LICENSE= GPLv2
BUILD_DEPENDS= utf8cpp>0:devel/utf8cpp
LIB_DEPENDS= libicuio.so:devel/icu \
libxml2.so:textproc/libxml2
USES= autoreconf compiler:c++14-lang libtool pathfix pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= apertium
USE_LDCONFIG= yes
APVER= 3.6
APREV= 1
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CFLAGS+= -I${LOCALBASE}/include/utf8cpp
PLIST_SUB+= APVER="${APVER}"
.include <bsd.port.mk>
|