freebsd-ports/devel/boost-python/Makefile
Simon Barner 443684d89b - Update to Boost 1.33.0
* 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]
2005-11-09 14:30:56 +00:00

16 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"