1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/libexttextcat/Makefile
Baptiste Daroussin 3bd72542b6 Update to 3.4.0
2012-12-18 23:06:53 +00:00

38 lines
664 B
Makefile

# $FreeBSD$
PORTNAME= libexttextcat
PORTVERSION= 3.4.0
CATEGORIES= textproc
MASTER_SITES= http://dev-www.libreoffice.org/src/libexttextcat/
MAINTAINER= office@FreeBSD.org
COMMENT= Language guessing by N-Gram-Based Text Categorization
LICENSE= BSD
USE_XZ= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
PORTDOCS= README README.libtextcat TODO
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
PLIST_SUB+= EXEEXT='x'
MAKE_ARGS= EXEEXT=x
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
check:
cd ${WRKSRC}/src && make check
.include <bsd.port.mk>