freebsd-ports/devel/boost-gcc3/Makefile
Simon Barner c4f287ff6e Add a slave port that enforces the use of gcc 3.4+ to build boost.
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
2005-11-22 11:02:22 +00:00

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"