Lines 2-22
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= boost-libs |
4 |
PORTNAME= boost-libs |
|
|
5 |
PORTREVISION= 9 |
6 |
|
5 |
COMMENT= Free portable C++ libraries (without Boost.Python) |
7 |
COMMENT= Free portable C++ libraries (without Boost.Python) |
6 |
|
8 |
|
7 |
PORTREVISION= 8 |
|
|
8 |
|
9 |
BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam |
9 |
BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam |
10 |
|
10 |
|
11 |
OPTIONS_DEFINE= VERBOSE_BUILD DEBUG ICU OPTIMIZED_CFLAGS |
11 |
OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS |
12 |
OPTIONS_DEFAULT= ICU |
12 |
OPTIONS_MULTI= LOCALE |
|
|
13 |
OPTIONS_MULTI_LOCALE= ICONV ICU |
14 |
OPTIONS_DEFAULT= ICONV ICU |
13 |
VERBOSE_BUILD_DESC= Show compiler messages |
15 |
VERBOSE_BUILD_DESC= Show compiler messages |
14 |
ICU_DESC= Boost.Regex with ICU unicode support |
16 |
ICONV_DESC= Boost.Locale with iconv encoding support |
|
|
17 |
ICU_DESC= Boost.Regex/Locale with ICU unicode support |
15 |
|
18 |
|
|
|
19 |
ICONV_USES= iconv |
20 |
ICONV_VARS= BJAM_ARGS+=-sICONV_PATH=${ICONV_PREFIX} |
21 |
ICONV_VARS_OFF= BJAM_ARGS+=boost.locale.iconv=off |
16 |
ICU_LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu |
22 |
ICU_LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu |
17 |
ICU_VARS= BJAM_ARGS+=-sICU_PATH=${LOCALBASE} |
23 |
ICU_VARS= BJAM_ARGS+=-sICU_PATH=${LOCALBASE} |
18 |
ICU_USES_OFF= iconv |
24 |
ICU_VARS_OFF= BJAM_ARGS+=boost.locale.icu=off |
19 |
ICU_VARS_OFF= BJAM_ARGS+=-sICONV_PATH=${ICONV_PREFIX} |
|
|
20 |
|
25 |
|
21 |
.include "${.CURDIR}/../boost-all/common.mk" |
26 |
.include "${.CURDIR}/../boost-all/common.mk" |
22 |
|
27 |
|