blob: 99dd8dd1a135d5839cc97373f93638601b2a41e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2012/10/25 06:56:03 asau Exp $
DISTNAME= libexttextcat-3.3.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_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"
|