11 lines
243 B
Makefile
11 lines
243 B
Makefile
# Created by: Shane Ambler <FreeBSD@Shaneware.biz>
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
COMMENT= OpenColorIO python bindings
|
|
|
|
MASTERDIR= ${.CURDIR}/../opencolorio
|
|
OCIO_SLAVE= pymodule
|
|
OPTIONS_EXCLUDE=DOCS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|