freebsd-ports/textproc/lttoolbox/Makefile
Kurt Jaeger c4611eed4c textproc/lttoolbox, textproc/apertium: 3.2.0 -> 3.3.0
- lttoolbox -has two new tools: lt-trim and lt-print
- apertium has a new deformatter: apertium-deslatex
- lextor is deprecated, the code is still there but is not built
- apertium has a new m4 macro that supports using language packages from
  /languages/

PR:		192886
2014-08-31 11:01:04 +00:00

25 lines
528 B
Makefile

# Created by: Mykola Dzham <freebsd@levsha.org.ua>
# $FreeBSD$
PORTNAME= lttoolbox
PORTVERSION= ${APVER}.${APREV}
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF/apertium/${PORTNAME}/${APVER}
MAINTAINER= i@levsha.me
COMMENT= Tool for lexical, morphological analysis and generation of words
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
APVER= 3.3
APREV= 0
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
PLIST_SUB+= APVER="${APVER}"
.include <bsd.port.mk>