030e447e92
Thanks FreeBSD ports! bump PKGREVISION
22 lines
530 B
Makefile
22 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/09/28 16:59:51 richard Exp $
|
|
|
|
DISTNAME= libexttextcat-3.4.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://dev-www.libreoffice.org/src/libexttextcat/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ftigeot@wolfpond.org
|
|
HOMEPAGE= http://cgit.freedesktop.org/libreoffice/libexttextcat/
|
|
COMMENT= Text categorization library
|
|
LICENSE= modified-bsd
|
|
|
|
CONFLICTS+= libtextcat-[0-9]*
|
|
|
|
PKGCONFIG_OVERRIDE= libexttextcat.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|