Lines 1-13
Link Here
|
1 |
# New ports collection makefile for: Luminance HDR (nee Qtpfsgui) |
1 |
# Created by: Yinghong Liu <relaxbsd@gmail.com> |
2 |
# Date created: 28 Jul 2007 |
2 |
# $FreeBSD: head/graphics/luminance/Makefile 341289 2014-01-26 21:20:03Z rakuco $ |
3 |
# Whom: Yinghong Liu <relaxbsd@gmail.com> |
|
|
4 |
# |
5 |
# $FreeBSD: graphics/luminance/Makefile 314960 2013-03-22 20:06:14Z makc $ |
6 |
# |
7 |
|
3 |
|
8 |
PORTNAME= luminance-hdr |
4 |
PORTNAME= luminance-hdr |
9 |
PORTREVISION= 1 |
5 |
DISTVERSION= 2.3.1 |
10 |
DISTVERSION= 2.3.0 |
|
|
11 |
CATEGORIES= graphics |
6 |
CATEGORIES= graphics |
12 |
MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} |
7 |
MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} |
13 |
|
8 |
|
Lines 30-37
Link Here
|
30 |
USE_QT4= gui sql webkit xml linguist_build moc_build qmake_build \ |
25 |
USE_QT4= gui sql webkit xml linguist_build moc_build qmake_build \ |
31 |
rcc_build uic_build imageformats_run |
26 |
rcc_build uic_build imageformats_run |
32 |
INSTALLS_ICONS= yes |
27 |
INSTALLS_ICONS= yes |
33 |
MAKE_JOBS_SAFE= yes |
|
|
34 |
|
28 |
|
|
|
29 |
NO_STAGE= yes |
35 |
post-patch: |
30 |
post-patch: |
36 |
# Do not install yet another copy of GPL (we use license framework instead) |
31 |
# Do not install yet another copy of GPL (we use license framework instead) |
37 |
# and fix installation path for docs (but not for internal help files) |
32 |
# and fix installation path for docs (but not for internal help files) |
Lines 49-52
Link Here
|
49 |
's,@GIT_SHA1@,be5409f2ed028b0a509d3f4cd44a970a09d2ef6c,' \ |
44 |
's,@GIT_SHA1@,be5409f2ed028b0a509d3f4cd44a970a09d2ef6c,' \ |
50 |
${WRKSRC}/src/Common/GitSHA1.cpp.in |
45 |
${WRKSRC}/src/Common/GitSHA1.cpp.in |
51 |
|
46 |
|
|
|
47 |
# Include <string> in addition to <string.h> where necessary, as this |
48 |
# is required for building with libc++ |
49 |
@${REINPLACE_CMD} -E '1s|^|#include \<string\>|;' \ |
50 |
${WRKSRC}/src/TonemappingOperators/drago03/pfstmo_drago03.cpp \ |
51 |
${WRKSRC}/src/TonemappingOperators/reinhard02/pfstmo_reinhard02.cpp \ |
52 |
${WRKSRC}/src/TonemappingOperators/reinhard05/pfstmo_reinhard05.cpp \ |
53 |
${WRKSRC}/src/TonemappingOperators/mantiuk08/display_function.cpp \ |
54 |
${WRKSRC}/src/TonemappingOperators/mantiuk08/display_size.cpp \ |
55 |
${WRKSRC}/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp \ |
56 |
${WRKSRC}/src/TonemappingOperators/fattal02/pfstmo_fattal02.cpp \ |
57 |
${WRKSRC}/src/TonemappingOperators/durand02/pfstmo_durand02.cpp \ |
58 |
${WRKSRC}/src/TonemappingOperators/pattanaik00/pfstmo_pattanaik00.cpp \ |
59 |
${WRKSRC}/src/Libpfs/io/pfsreader.cpp \ |
60 |
${WRKSRC}/src/Libpfs/io/rgbereader.cpp \ |
61 |
${WRKSRC}/src/Libpfs/colorspace/colorspace.cpp |
62 |
|
52 |
.include <bsd.port.mk> |
63 |
.include <bsd.port.mk> |