blob: bb6e3115689ebd0f5bf5ceda3ceedeb48607d41b (
plain)
1
2
3
4
5
6
7
8
9
10
|
PORTREVISION= 1
CATEGORIES= graphics multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= OpenImageIO python bindings
MASTERDIR= ${.CURDIR}/../openimageio
OPTIONS_EXCLUDE=${OPTIONS_DEFINE}
.include "${MASTERDIR}/Makefile"
|