c4f287ff6e
This port is intended for FreeBSD 4 only and is IGNOREd on other versions. It can be uses as a dependency for other ports that require boost to be built with gcc 3.4, e.g. devel/monotone. This port enables the following compile time options for boost: - Thread support - Python support - Boost.Regex ICU support - Optimized CFLAGS
24 lines
476 B
Makefile
24 lines
476 B
Makefile
# New ports collection makefile for: boost-gcc3
|
|
# Date Created: Nov 11 2005
|
|
# Whom: barner
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= Free portable C++ source libraries (built with GCC 3.4+)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/boost
|
|
PKGDIR= ${.CURDIR}
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
WITH_PYTHON= yes
|
|
WITH_THREADS= yes
|
|
WITHOUT_ICU= yes
|
|
WITH_OPTIMIZED_CFLAGS= yes
|
|
WITH_GCC34= yes
|
|
WITHOUT_VERBOSE_BUILD= yes
|
|
WITHOUT_DEBUG= yes
|
|
|
|
BOOST_GCC3_PORT= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|