2013-08-31 01:52:24 +02:00
|
|
|
# Created by: Mykola Dzham <freebsd@levsha.org.ua>
|
2009-07-28 19:47:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lttoolbox
|
2011-01-27 14:34:25 +01:00
|
|
|
PORTVERSION= ${APVER}.${APREV}
|
2009-07-28 19:47:02 +02:00
|
|
|
CATEGORIES= textproc
|
2011-01-27 14:34:25 +01:00
|
|
|
MASTER_SITES= SF/apertium/${PORTNAME}/${APVER}
|
2009-07-28 19:47:02 +02:00
|
|
|
|
2011-01-27 14:34:25 +01:00
|
|
|
MAINTAINER= i@levsha.me
|
2009-07-28 19:47:02 +02:00
|
|
|
COMMENT= A tool for lexical, morphological analysis and generation of words
|
|
|
|
|
|
|
|
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
|
|
|
|
2011-01-27 14:34:25 +01:00
|
|
|
APVER= 3.2
|
|
|
|
APREV= 0
|
|
|
|
|
2009-07-28 19:47:02 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2013-08-31 01:52:24 +02:00
|
|
|
USES= pathfix pkgconfig
|
2009-07-28 19:47:02 +02:00
|
|
|
|
2011-01-27 14:34:25 +01:00
|
|
|
PLIST_SUB+= APVER="${APVER}"
|
2009-07-28 19:47:02 +02:00
|
|
|
MAN1= lt-comp.1 lt-expand.1 lt-proc.1 lt-tmxcomp.1 lt-tmxproc.1
|
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2009-07-28 19:47:02 +02:00
|
|
|
.include <bsd.port.mk>
|