74d775f0cd
Fixes for heap overflows CVE-2011-4516, CVE-2011-4517. From FreeBSD/Debian. While here, trim DESCR, routine cleanups.
26 lines
549 B
Makefile
26 lines
549 B
Makefile
# $OpenBSD: Makefile,v 1.17 2013/04/20 15:25:35 naddy Exp $
|
|
|
|
COMMENT = reference implementation of JPEG-2000
|
|
|
|
DISTNAME = jasper-1.900.1
|
|
REVISION = 2
|
|
SHARED_LIBS = jasper 2.1
|
|
|
|
CATEGORIES = graphics
|
|
MASTER_SITES = http://www.ece.uvic.ca/~mdadams/jasper/software/
|
|
EXTRACT_SUFX = .zip
|
|
|
|
HOMEPAGE = http://www.ece.uvic.ca/~mdadams/jasper/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
WANTLIB = c m
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
|
--without-x \
|
|
--disable-opengl
|
|
MODGNU_CONFIG_GUESS_DIRS =${WRKSRC}/acaux
|
|
|
|
.include <bsd.port.mk>
|