a5990240e0
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/Unidata/netcdf-c/releases https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md
26 lines
599 B
Makefile
26 lines
599 B
Makefile
# Created by: wenheping@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pycdf
|
|
PORTVERSION= 0.6.3
|
|
PORTREVISION= 9
|
|
CATEGORIES= science python
|
|
MASTER_SITES= SF/pysclint/${PORTNAME}/${PORTNAME}-${PORTVERSION}b
|
|
DISTNAME= ${PORTNAME}-0.6-3b
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python Interface to the Unidata NetCDF Library
|
|
|
|
LIB_DEPENDS= libnetcdf.so:science/netcdf
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
LDFLAGS+= "-L${LOCALBASE}/lib"
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pycdf/_pycdfext.so
|
|
|
|
.include <bsd.port.mk>
|