ee7a1eb849
memory allocation error; both could lead to heap buffer overflows (CVE-2011-4516, CVE-2011-4517) bump PKGREV
33 lines
1 KiB
Makefile
33 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.34 2011/12/22 16:17:57 drochner Exp $
|
|
|
|
DISTNAME= jasper-1.900.1
|
|
PKGREVISION= 6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.ece.uvic.ca/~mdadams/jasper/
|
|
COMMENT= Software-based reference implementation of the JPEG-2000 codec
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c99
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-shared --without-x --disable-opengl
|
|
|
|
# The solaris stdbool.h requires c99 which is fine for jasper, but
|
|
# not so good for things that depend upon jasper. See PR#43901
|
|
OPSYSVARS+= CONFIGURE_ENV
|
|
CONFIGURE_ENV.SunOS+= ac_cv_header_stdbool_h=no
|
|
|
|
INSTALLATION_DIRS+= share/doc/jasper
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/jasper.pdf ${DESTDIR}${PREFIX}/share/doc/jasper
|
|
${INSTALL_DATA} ${WRKSRC}/doc/jpeg2000.pdf ${DESTDIR}${PREFIX}/share/doc/jasper
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|