0a76d24a54
Version 0.13 (2016 April 07) * Bug fix release.
21 lines
621 B
Makefile
21 lines
621 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/04/13 17:59:34 wiz Exp $
|
|
|
|
DISTNAME= jbig2dec-0.13
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://downloads.ghostscript.com/public/jbig2dec/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ghostscript.com/jbig2dec.html
|
|
COMMENT= JBIG2 decoder library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= aclocal autoconf autoheader automake
|
|
GNU_CONFIGURE= yes
|
|
|
|
# we need this, because someone has left wrong symbolic links within the distfile
|
|
pre-configure:
|
|
set -e; cd ${WRKSRC}; libtoolize -f; \
|
|
aclocal; autoheader; automake -a --foreign -i; autoconf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|