1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/math/py-gsl/Makefile

30 lines
666 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-gsl
# Date created: 14 February 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= gsl
2008-08-14 05:45:23 +00:00
PORTVERSION= 0.9.3
CATEGORIES= math python
2008-08-14 05:45:23 +00:00
MASTER_SITES= SF
MASTER_SITE_SUBDIR= pygsl
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pygsl-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= perky@FreeBSD.org
2003-02-25 06:25:35 +00:00
COMMENT= Python interface to GNU Scientific Library
2005-03-20 18:12:15 +00:00
BUILD_DEPENDS= ${PYNUMERIC}
RUN_DEPENDS= ${PYNUMERIC}
LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes
2002-04-29 18:05:54 +00:00
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pygsl
.include <bsd.port.mk>