pkgsrc/converters/TECkit/Makefile
wiz a232b9c131 TECkit: update to 2.5.11.
2021-11-08
    Version 2.5.11
    Updated Unicode character names and normalization data to 14.0.0
    Updated documentation
2021-11-16 14:28:19 +00:00

26 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/11/16 14:28:19 wiz Exp $
DISTNAME= TECkit-2.5.11
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"