freebsd-ports/devel/boost-python/Makefile
Sergey Matveychuk 19acb22d90 - Update devel/boost to 1.32.0
- Add slave devel/boost-python port
- Remove devel/spirit because of it's a part boost now

PR:		ports/75377
Submitted by:	Simon Barner <barner(at)gmx.de> (maintainer)
2004-12-24 12:23:12 +00:00

17 lines
374 B
Makefile

# New ports collection makefile for: boost-python
# Date Created: Dec 15 2004
# Whom: Simon Barner <barner@gmx.de>
#
# $FreeBSD$
#
MAINTAINER= barner@gmx.de
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"