freebsd-ports/graphics/luxrender14/Makefile
Alexey Dokuchaev d563f26084 - Update LuxRender modern (Embree-based) branch to version 1.6
- Move DISTFILES setting back to master port exclusively as upstream had
  used correct (coherent with v1.4) tags for v1.6 this time
- Register mutual port install-time conflict (CONFLICTS_INSTALL)
- Create convenience symlink in `post-extract' rather than `pre-patch',
  because `200:dos2unix' bogusly(?) runs before `300:pre-patch'
- Since luxrays' library samples are not built as of r410138, do not try
  to patch them (GC currently no-op patches)
- For the same reason, do not request GLUT, GLEW, and execinfo libraries
  that were only used when building samples
- Convert FreeImage to an option (mandatory for v1.4) and default to off
2016-06-06 09:37:11 +00:00

22 lines
400 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
DISTVERSION= 1.4
LUX_REV= dfd211d6faa0
LUXRAYS_REV= 7c7127ee1fa4
MASTERDIR= ${.CURDIR}/../luxrender
PKGNAMESUFFIX= 14
DISTINFO_FILE= ${.CURDIR}/distinfo
PATCHDIR= ${.CURDIR}/files
CONFLICTS_INSTALL= ${PORTNAME}-*
USES= dos2unix
DOS2UNIX_FILES= ../luxrays/CMakeLists.txt
OPTIONS_SLAVE= FREEIMAGE
.include "${MASTERDIR}/Makefile"