freebsd-ports/math/py-gsl/Makefile

27 lines
608 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
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@FreeBSD.org
2003-02-25 07:25:35 +01:00
COMMENT= Python interface to GNU Scientific Library
LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes
2002-04-29 20:05:54 +02:00
USE_PYDISTUTILS= yes
.include <bsd.port.mk>