pkgsrc changes: - Update MASTER_SITES according HOMEPAGE links - Add auto* tools to USE_TOOLS and add a pre-configure target in order to generate the configure script - Add support for the tests Changes: Version 0.15 (2018 September 04) * Bug fix release, with many security related and stability fixes as well as better tolerance/behaviour with out of spec files
27 lines
627 B
Makefile
27 lines
627 B
Makefile
# $NetBSD: Makefile,v 1.10 2018/10/12 10:25:51 leot Exp $
|
|
|
|
DISTNAME= jbig2dec-0.15
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.ghostscript.com/jbig2dec.html
|
|
COMMENT= JBIG2 decoder library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= autoreconf autoconf automake
|
|
GNU_CONFIGURE= yes
|
|
|
|
PYTHON_FOR_BUILD_ONLY= test
|
|
|
|
TEST_TARGET= check
|
|
|
|
REPLACE_PYTHON+= test_jbig2dec.py
|
|
|
|
pre-configure:
|
|
${RUN} cd ${WRKSRC} && ${SH} ./autogen.sh
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|