blob: e7e36d7d400a0622b2b611df5d2bd15238d873b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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"
|