1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/lttoolbox/Makefile
Piotr Kubaj e137c36bca textproc/lttoolbox: fix build on GCC architectures
Use C++14 compiler:
configure: error: Could not enable at least C++1y (C++14) - upgrade your compiler
2020-02-20 22:10:27 +00:00

30 lines
564 B
Makefile

# Created by: Mykola Dzham <freebsd@levsha.org.ua>
# $FreeBSD$
PORTNAME= lttoolbox
PORTVERSION= ${APVER}.${APREV}
DISTVERSIONPREFIX= v
CATEGORIES= textproc
MAINTAINER= bofh@FreeBSD.org
COMMENT= Tool for lexical, morphological analysis and generation of words
LICENSE= GPLv2
LIB_DEPENDS= libxml2.so:textproc/libxml2
USES= autoreconf compiler:c++14-lang libtool pathfix pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
APVER= 3.5
APREV= 1
GH_ACCOUNT= apertium
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_SUB+= APVER="${APVER}"
.include <bsd.port.mk>