11 lines
259 B
Makefile
11 lines
259 B
Makefile
PORTREVISION= 1
|
|
CATEGORIES= graphics multimedia python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
COMMENT= OpenColorIO python bindings
|
|
|
|
MASTERDIR= ${.CURDIR}/../opencolorio
|
|
OCIO_SLAVE= pymodule
|
|
OPTIONS_EXCLUDE=${OPTIONS_DEFINE}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|