mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
12 lines
266 B
Makefile
12 lines
266 B
Makefile
# Created by: Shane Ambler
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics multimedia python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
COMMENT= OpenImageIO python bindings
|
|
|
|
MASTERDIR= ${.CURDIR}/../openimageio
|
|
OPTIONS_EXCLUDE=${OPTIONS_DEFINE}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|