mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
29 lines
814 B
Makefile
29 lines
814 B
Makefile
PORTNAME= netcdf-cxx
|
|
PORTVERSION= 4.3.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= science
|
|
MASTER_SITES= https://downloads.unidata.ucar.edu/netcdf-cxx/${PORTVERSION}/ \
|
|
LOCAL/sunpoet
|
|
DISTNAME= netcdf-cxx4-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= C++ library for machine-independent, array-oriented data access
|
|
WWW= https://www.unidata.ucar.edu/software/netcdf/ \
|
|
https://github.com/Unidata/netcdf-cxx4
|
|
|
|
LICENSE= UCAR_UNIDATA
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
LICENSE_NAME= University Corporation for Atmospheric Research/Unidata
|
|
LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
|
|
|
|
LIB_DEPENDS= libnetcdf.so:science/netcdf
|
|
|
|
USES= libtool localbase pathfix
|
|
|
|
CPPFLAGS+= -fPIC -DPIC
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|