2001-11-25 11:08:56 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: biggles
|
|
|
|
# Date created: Nov 25, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= biggles
|
2004-01-04 16:01:46 +00:00
|
|
|
PORTVERSION= 1.6.3
|
2001-11-25 11:08:56 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Create publication-quality 2D scientific plots
|
2001-11-25 11:08:56 +00:00
|
|
|
|
2002-07-15 11:37:35 +00:00
|
|
|
BUILD_DEPENDS= ${PYNUMERIC}
|
2001-11-25 11:08:56 +00:00
|
|
|
LIB_DEPENDS= plot:${PORTSDIR}/graphics/plotutils
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-04-29 18:05:54 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
2001-11-25 11:08:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|