Lines 1-5
Link Here
|
1 |
PORTNAME= free42 |
1 |
PORTNAME= free42 |
2 |
DISTVERSION= 3.0.7 |
2 |
DISTVERSION= 3.0.7 |
|
|
3 |
PORTREVISION= 1 |
3 |
CATEGORIES= misc |
4 |
CATEGORIES= misc |
4 |
MASTER_SITES= http://thomasokken.com/free42/upstream/ |
5 |
MASTER_SITES= http://thomasokken.com/free42/upstream/ |
5 |
DISTNAME= ${PORTNAME}-nologo-${DISTVERSION} |
6 |
DISTNAME= ${PORTNAME}-nologo-${DISTVERSION} |
Lines 11-22
LICENSE= GPLv2
Link Here
|
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
|
13 |
|
13 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
14 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
14 |
libfreetype.so:print/freetype2 |
15 |
libfreetype.so:print/freetype2 \ |
|
|
16 |
libharfbuzz.so:print/harfbuzz |
15 |
|
17 |
|
16 |
USES= compiler dos2unix gmake gnome localbase pkgconfig tar:tgz xorg |
18 |
USES= compiler dos2unix gmake gnome localbase pkgconfig tar:tgz xorg |
17 |
USE_GNOME= atk cairo gdkpixbuf2 gtk30 pango |
19 |
USE_GNOME= atk cairo gdkpixbuf2 gtk30 pango |
18 |
USE_XORG= x11 xmu |
20 |
USE_XORG= x11 xmu |
19 |
DOS2UNIX_FILES= gtk/IntelRDFPMathLib20U1/LIBRARY/float128/op_system.h gtk/IntelRDFPMathLib20U1/LIBRARY/float128/architecture.h gtk/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h common/bid_functions.h gtk/IntelRDFPMathLib20U1/TESTS/test_bid_functions.h |
21 |
DOS2UNIX_FILES= gtk/IntelRDFPMathLib20U1/LIBRARY/float128/op_system.h \ |
|
|
22 |
gtk/IntelRDFPMathLib20U1/LIBRARY/float128/architecture.h \ |
23 |
gtk/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h \ |
24 |
common/bid_functions.h \ |
25 |
gtk/IntelRDFPMathLib20U1/TESTS/test_bid_functions.h |
20 |
|
26 |
|
21 |
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} |
27 |
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} |
22 |
CXXFLAGS_clang= -Wno-c++11-narrowing -Wno-constant-conversion # to accommodate some code breaking with clang-50 |
28 |
CXXFLAGS_clang= -Wno-c++11-narrowing -Wno-constant-conversion # to accommodate some code breaking with clang-50 |
Lines 30-36
PLIST_FILES+= bin/${PORTNAME}${v}
Link Here
|
30 |
.endfor |
36 |
.endfor |
31 |
|
37 |
|
32 |
post-extract: |
38 |
post-extract: |
33 |
@cd ${BUILD_WRKSRC} && tar xvfz ../inteldecimal/IntelRDFPMathLib20U1.tar.gz |
39 |
@cd ${BUILD_WRKSRC} && tar xfz ../inteldecimal/IntelRDFPMathLib20U1.tar.gz |
34 |
|
40 |
|
35 |
post-patch: |
41 |
post-patch: |
36 |
@${REINPLACE_CMD} -e 's|(free42dirname)|("${DATADIR}/skins")|' \ |
42 |
@${REINPLACE_CMD} -e 's|(free42dirname)|("${DATADIR}/skins")|' \ |