e24067f70e
- Remove ABI versions from LIB_DEPENDS Feature safe: yes
26 lines
669 B
Makefile
26 lines
669 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netCDF4
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= science python
|
|
MASTER_SITES= http://netcdf4-python.googlecode.com/files/ \
|
|
CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@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:${PORTSDIR}/science/hdf5-18 \
|
|
netcdf:${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>
|