mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
9b21a3a084
Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
24 lines
416 B
Makefile
24 lines
416 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
DISTVERSION= 1.4
|
|
PORTREVISION= 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"
|