pkgsrc/converters/TECkit/Makefile
wiz 4bd44ab4bb TECkit: update to 2.5.10.
2020-05-05
    Version 2.5.10
    Updated Unicode character names and normalization data to 13.0.0
    Updated zlib to version 1.2.11
    Various improvements for compiling and documentation.
2020-08-24 08:48:58 +00:00

26 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.14 2020/08/24 08:48:58 wiz Exp $
DISTNAME= TECkit-2.5.10
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=silnrsi/}
GITHUB_PROJECT= teckit
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/silnrsi/teckit/
COMMENT= Low-level toolkit to perform encoding conversions
LICENSE= gnu-lgpl-v2.1 OR cpl-1.0
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++11
USE_TOOLS+= aclocal autoconf automake gmake
PKGCONFIG_OVERRIDE= teckit.pc.in
pre-configure:
cd ${WRKSRC} && libtoolize -c && aclocal && \
autoheader && autoconf && automake -a
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"