443684d89b
* Boost.Regex now supports the ICU unicode library * Optionally build Boost with GCC 3.4 on FreeBSD 4.x [1] * For changes to the Boost libraries see their specific ChangeLogs in ${LOCALBASE}/share/doc/boost or at http://www.boost.org/ * Bump shared library version to 3 PR: ports/88014 [1] Submitted by: Václav Haisman [1]
17 lines
348 B
Makefile
17 lines
348 B
Makefile
# New ports collection makefile for: boost-python
|
|
# Date Created: Dec 15 2004
|
|
# Whom: Simon Barner <barner@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= Free portable C++ source libraries with Python bindings
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/boost
|
|
PKGDIR= ${.CURDIR}
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
WITH_PYTHON= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|