32 lines
765 B
Makefile
Raw Normal View History

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