26 lines
524 B
Makefile
26 lines
524 B
Makefile
# New ports collection makefile for: libexttextcat
|
|
# Date created: 2012-01-21
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libexttextcat
|
|
PORTVERSION= 3.2.0
|
|
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
|
|
|
|
CONFLICTS_INSTALL= libtextcat*
|
|
|
|
USE_XZ= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|