mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
19acb22d90
- 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)
18 lines
374 B
Makefile
18 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"
|