openbsd-ports/graphics/lcms2/Makefile
ajacoutot 04c837f815 Add an accessor to get the profile creator, as this lets us work out
which CMM is writing broken 'mluc' tags for certain V4 profiles.
from Richard Hughes, committed upstream

Needed for a wip colord update.
2013-03-30 15:49:43 +00:00

36 lines
845 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/03/30 15:49:43 ajacoutot Exp $
COMMENT = color management library
DISTNAME = lcms2-2.4
SHARED_LIBS = lcms2 0.3
CATEGORIES = graphics
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=lcms/}
REVISION = 0
HOMEPAGE = http://www.littlecms.com/
LIB_DEPENDS += graphics/jpeg \
graphics/tiff
# MIT
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c jpeg m tiff z
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DOCDIR = ${PREFIX}/share/doc/lcms2
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}/doc; \
${INSTALL_DATA} LittleCMS2.??API.pdf ${DOCDIR}/api.pdf; \
${INSTALL_DATA} LittleCMS2*Plugin?API.pdf ${DOCDIR}/plugin-api.pdf; \
${INSTALL_DATA} LittleCMS2*tutorial.pdf ${DOCDIR}/tutorial.pdf
.include <bsd.port.mk>