freebsd-ports/math/py-gsl/Makefile
Volker Stolz 1a0652eef3 Unbreak on 4.x
Approved by: perky (maintainer)
2005-11-02 12:11:50 +00:00

28 lines
662 B
Makefile

# New ports collection makefile for: py-gsl
# Date created: 14 February 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= gsl
PORTVERSION= 0.3.2
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pygsl
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pygsl-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= perky@FreeBSD.org
COMMENT= Python interface to GNU Scientific Library
BUILD_DEPENDS= ${PYNUMERIC}
RUN_DEPENDS= ${PYNUMERIC}
LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>