mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
- 2nd attempt, fixing the slave port as well PR: 224382 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer) Reviewed by: yuri Relnotes: http://lists.openimageio.org/pipermail/oiio-announce-openimageio.org/2018-December/000039.html https://github.com/OpenImageIO/oiio/releases
12 lines
262 B
Makefile
12 lines
262 B
Makefile
# Created by: Shane Ambler
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= graphics multimedia python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
COMMENT= OpenImageIO python bindings
|
|
|
|
MASTERDIR= ${.CURDIR}/../openimageio
|
|
OPTIONS_EXCLUDE=${OPTIONS_DEFINE}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|