freebsd-ports/math/biggles/Makefile
Pav Lucistnik 11b56ea4d7 - Update to 1.6.3
PR:		ports/60894
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.org>
2004-01-04 16:01:46 +00:00

25 lines
519 B
Makefile

# ex:ts=8
# New ports collection makefile for: biggles
# Date created: Nov 25, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= biggles
PORTVERSION= 1.6.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Create publication-quality 2D scientific plots
BUILD_DEPENDS= ${PYNUMERIC}
LIB_DEPENDS= plot:${PORTSDIR}/graphics/plotutils
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>