blob: 6ca6e604f265eb6d60a757dac11c1c8f800f8b47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
PORTREVISION= 1
CATEGORIES= graphics multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= OpenColorIO python bindings
MASTERDIR= ${.CURDIR}/../opencolorio
OPTIONS_EXCLUDE= ${OPTIONS_DEFINE}
OCIO_SLAVE= pymodule
.include "${MASTERDIR}/Makefile"
|