Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.3 ABI: https://abi-laboratory.pro/tracker/timeline/fmt
13 lines
278 B
Makefile
13 lines
278 B
Makefile
# Created by: Shane Ambler
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics multimedia python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
COMMENT= OpenImageIO python bindings
|
|
|
|
MASTERDIR= ${.CURDIR}/../openimageio
|
|
OPTIONS_EXCLUDE=${OPTIONS_DEFINE}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|