mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
2d584cf866
Create publication-quality 2D scientific plots
33 lines
650 B
Makefile
33 lines
650 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: biggles
|
|
# Date created: Nov 25, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= biggles
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${PYDISTUTILS} \
|
|
${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric
|
|
LIB_DEPENDS= plot:${PORTSDIR}/graphics/plotutils
|
|
|
|
USE_PYTHON= yes
|
|
|
|
SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
|
|
|
|
do-build:
|
|
@${SETUP_CMD} build
|
|
|
|
do-install:
|
|
@${SETUP_CMD} install
|
|
|
|
.include <bsd.port.mk>
|