freebsd-ports/graphics/opencolorio-tools/Makefile
Adam Weinberger 8e85b41352 Fix opencolorio-tools build. Now that opencolorio has a post-patch,
opencolorio-tools can't have one.

opencolorio-tools fails stage-qa, though, due to some stray files
in STAGEDIR that are probably simplest to just list as @comment inside
pkg-plist-tools:

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/OpenColorIO/OpenColorABI.h
Error: Orphaned: include/OpenColorIO/OpenColorIO.h
Error: Orphaned: include/OpenColorIO/OpenColorTransforms.h
Error: Orphaned: include/OpenColorIO/OpenColorTypes.h
Error: Orphaned: libdata/pkgconfig/OpenColorIO.pc
2014-09-12 18:09:55 +00:00

15 lines
304 B
Makefile

# Created by: Shane Ambler <FreeBSD@Shaneware.biz>
# $FreeBSD$
PKGNAMESUFFIX= -tools
COMMENT= Tools to work with OpenColorIO profiles
MASTERDIR= ${.CURDIR}/../opencolorio
OPTIONS_EXCLUDE=DOCS
USE_GL= glew glut
EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt
.include "${MASTERDIR}/Makefile"