8e85b41352
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
15 lines
304 B
Makefile
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"
|