2001-11-25 12:08:56 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: biggles
|
|
|
|
# Date created: Nov 25, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= biggles
|
2002-05-24 10:31:21 +02:00
|
|
|
PORTVERSION= 1.6.2
|
2001-11-25 12:08:56 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
2002-04-29 20:05:54 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric
|
2001-11-25 12:08:56 +01:00
|
|
|
LIB_DEPENDS= plot:${PORTSDIR}/graphics/plotutils
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-04-29 20:05:54 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2001-11-25 12:08:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|