mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
31 lines
731 B
Makefile
31 lines
731 B
Makefile
# Ports collection makefile for: netCDF4
|
|
# Date created: 18 Feb, 2009
|
|
# Whom: wenheping@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netCDF4
|
|
PORTVERSION= 0.9.9
|
|
CATEGORIES= science python
|
|
MASTER_SITES= http://netcdf4-python.googlecode.com/files/ \
|
|
CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Python Interface to the NetCDF Library(versions 3 and 4)
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
LIB_DEPENDS= hdf5.7:${PORTSDIR}/science/hdf5-18 \
|
|
netcdf.7:${PORTSDIR}/science/netcdf4
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|