Lines 1-7
Link Here
|
1 |
PORTNAME= libfolia |
1 |
PORTNAME= libfolia |
2 |
DISTVERSIONPREFIX= v |
|
|
3 |
DISTVERSION= 2.15 |
2 |
DISTVERSION= 2.15 |
4 |
CATEGORIES= textproc |
3 |
CATEGORIES= textproc |
|
|
4 |
MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/ |
5 |
|
5 |
|
6 |
MAINTAINER= yuri@FreeBSD.org |
6 |
MAINTAINER= yuri@FreeBSD.org |
7 |
COMMENT= Library for FoLiA, a format for annotated language resources |
7 |
COMMENT= Library for FoLiA, a format for annotated language resources |
Lines 10-29
WWW= https://proycon.github.io/folia/
Link Here
|
10 |
LICENSE= APACHE20 |
10 |
LICENSE= APACHE20 |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
|
12 |
|
13 |
BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive |
|
|
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++14-lang gmake gnome libtool pkgconfig |
16 |
USES= compiler:c++14-lang gmake gnome libtool pkgconfig |
18 |
USE_GNOME= libxml2 |
17 |
USE_GNOME= libxml2 |
19 |
USE_LDCONFIG= yes |
18 |
USE_LDCONFIG= yes |
20 |
|
19 |
|
21 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
22 |
CONFIGURE_ARGS= --disable-static |
21 |
CONFIGURE_ARGS= --disable-static |
23 |
|
22 |
|
24 |
USE_GITHUB= yes |
|
|
25 |
GH_ACCOUNT= LanguageMachines |
26 |
|
27 |
INSTALL_TARGET= install-strip |
23 |
INSTALL_TARGET= install-strip |
28 |
|
24 |
|
|
|
25 |
post-patch: |
26 |
@${REINPLACE_CMD} -e 's|-g -O3||g' \ |
27 |
${PATCH_WRKSRC}/src/Makefile.in |
28 |
|
29 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |