freebsd-ports/math/py-gsl/Makefile
Kevin Lo 1b69b390e2 Initial import of Py-gsl 0.0.4
Py-gsl is the Python interface to GNU Scientific Library.

PR: 34927
Submitted by: Hye-Shik Chang <perky@fallin.lv>
2002-02-15 06:47:13 +00:00

30 lines
653 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.0.4
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pygsl
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pygsl-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= perky@fallin.lv
LIB_DEPENDS= gsl.0:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes
do-build:
@cd ${WRKSRC} && ${PYTHON_CMD} setup.py build
do-install:
@cd ${WRKSRC} && ${PYTHON_CMD} setup.py install
.include <bsd.port.mk>