freebsd-ports/textproc/libexttextcat/Makefile
Baptiste Daroussin 92418e0f45 Delete the description of the old COMPAT_TEXTCAT
Reported by:	bsam
Feature safe:	yes
2012-11-07 08:37:36 +00:00

38 lines
680 B
Makefile

# $FreeBSD$
PORTNAME= libexttextcat
PORTVERSION= 3.3.1
PORTREVISION= 1
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>