summaryrefslogblamecommitdiff
path: root/textproc/ucto/Makefile
blob: cad9bbab99b6133038fd82bedfbb175cabfefe3a (plain) (tree)
1
2
3
4
5
6
7
8
9

                         
                    
                 



                                                                                    
                                                        








                                                             


                                               

                                                                            


                       





                                


                             
PORTNAME=	ucto
DISTVERSIONPREFIX=	v
DISTVERSION=	0.25
PORTREVISION=	2
CATEGORIES=	textproc

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Advanced rule-based (regular-expression) and unicode-aware tokenizer
WWW=		https://languagemachines.github.io/ucto/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	autoconf-archive>0:devel/autoconf-archive \
		uctodata>0:textproc/uctodata
LIB_DEPENDS=	libexttextcat-2.0.so:textproc/libexttextcat \
		libfolia.so:textproc/libfolia \
		libicuio.so:devel/icu \
		libticcutils.so:devel/ticcutils
RUN_DEPENDS=	uctodata>0:textproc/uctodata

USES=		autoreconf compiler:c++11-lang gmake gnome libedit libtool \
		pkgconfig readline
USE_GNOME=	libxml2
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	LanguageMachines

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>