9 lines
184 B
Makefile
9 lines
184 B
Makefile
PKGNAMESUFFIX= -tools
|
|
|
|
COMMENT= Tools to work with OpenColorIO profiles
|
|
|
|
MASTERDIR= ${.CURDIR}/../opencolorio
|
|
OCIO_SLAVE= tools
|
|
OPTIONS_EXCLUDE= DOCS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|