11 lines
235 B
Makefile
11 lines
235 B
Makefile
# Created by: Shane Ambler <FreeBSD@Shaneware.biz>
|
|
|
|
PKGNAMESUFFIX= -tools
|
|
|
|
COMMENT= Tools to work with OpenColorIO profiles
|
|
|
|
MASTERDIR= ${.CURDIR}/../opencolorio
|
|
OCIO_SLAVE= tools
|
|
OPTIONS_EXCLUDE=DOCS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|