freebsd-ports/math/biggles/Makefile

26 lines
519 B
Makefile
Raw Normal View History

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