1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/lttoolbox/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

27 lines
516 B
Makefile

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