opnsense-ports/textproc/lttoolbox/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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>