kirby 558a9e7a55 fix CVE-2015-3885 for embedded dcraw.
reported by Sevan / Venture37 on ports@, thanks
looks ok to kili@
2015-05-31 06:45:29 +00:00

32 lines
765 B
Makefile

# $OpenBSD: Makefile,v 1.13 2015/05/31 06:45:29 kirby Exp $
COMMENT = library for reading RAW files
BROKEN-hppa = undefined reference to __sync_fetch_and_add_4
BROKEN-mips64 = undefined reference to __sync_fetch_and_add_4
V = 0.16.0
DISTNAME = LibRaw-${V}
PKGNAME = ${DISTNAME:L}
CATEGORIES = graphics
REVISION = 1
SHARED_LIBS += raw 0.0 # 10.0
SHARED_LIBS += raw_r 0.0 # 10.0
HOMEPAGE = http://www.libraw.org/
# LGPL v2.1 OR CDDL v1.0 OR their own
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c jasper jpeg lcms2 m pthread stdc++
MASTER_SITES = http://www.libraw.org/data/
LIB_DEPENDS = graphics/jasper \
graphics/lcms2
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
.include <bsd.port.mk>