2013-09-20 22:48:30 +00:00
|
|
|
# Created by: wenheping@gmail.com
|
2008-06-03 09:41:36 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pycdf
|
|
|
|
PORTVERSION= 0.6.3
|
2015-06-03 16:51:58 +00:00
|
|
|
PORTREVISION= 5
|
2008-06-03 09:41:36 +00:00
|
|
|
CATEGORIES= science python
|
2009-08-22 00:35:32 +00:00
|
|
|
MASTER_SITES= SF/pysclint/${PORTNAME}/${PORTNAME}-${PORTVERSION}b
|
2008-06-03 09:41:36 +00:00
|
|
|
DISTNAME= ${PORTNAME}-0.6-3b
|
|
|
|
|
2014-07-24 16:33:10 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-17 08:57:51 +00:00
|
|
|
COMMENT= Python Interface to the Unidata NetCDF Library
|
2008-06-03 09:41:36 +00:00
|
|
|
|
2014-05-03 03:17:19 +00:00
|
|
|
LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
|
2015-06-03 16:51:58 +00:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
2012-01-21 17:40:15 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-06-03 09:41:36 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
LDFLAGS+= "-L${LOCALBASE}/lib"
|
2008-06-03 09:41:36 +00:00
|
|
|
|
2014-10-24 16:50:42 +00:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2015-06-03 16:51:58 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pycdf/_pycdfext.so
|
2008-06-03 09:41:36 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|