freebsd-ports/graphics/opencolorio-tools/Makefile
Tijl Coosemans 8c65b19716 Move more bits from opencolorio-tools to opencolorio.
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2013-10-23 19:11:11 +00:00

19 lines
413 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
post-patch:
@${FIND} ${WRKSRC}/src/apps -name main.cpp | ${XARGS} \
${REINPLACE_CMD} '/namespace OIIO/d'
.include "${MASTERDIR}/Makefile"