aboutsummaryrefslogtreecommitdiff
path: root/textproc/lttoolbox/Makefile
blob: fd0c335e18ee82d179cd531ea76a5dd10c75b7f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Mykola Dzham <freebsd@levsha.org.ua>
# $FreeBSD$

PORTNAME=	lttoolbox
PORTVERSION=	${APVER}.${APREV}
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	SF/apertium/${PORTNAME}/${APVER}

MAINTAINER=	i@levsha.me
COMMENT=	A tool for lexical, morphological analysis and generation of words

LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2

APVER=	3.2
APREV=	0

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USES=		pathfix pkgconfig

PLIST_SUB+=	APVER="${APVER}"

.include <bsd.port.mk>