aboutsummaryrefslogtreecommitdiff
path: root/science/cgnslib/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2011-02-26 10:23:14 +0000
committerThierry Thomas <thierry@FreeBSD.org>2011-02-26 10:23:14 +0000
commiteb4c8140adff8b806d1e9e9ade540428b2444be0 (patch)
treea476caa319aaa8169f221c6e10dc015402962cb1 /science/cgnslib/Makefile
parent380429bfdc31e869b88ee9fe7fa1bc28472086c9 (diff)
downloadports-eb4c8140adff8b806d1e9e9ade540428b2444be0.tar.gz
ports-eb4c8140adff8b806d1e9e9ade540428b2444be0.zip
Notes
Diffstat (limited to 'science/cgnslib/Makefile')
-rw-r--r--science/cgnslib/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile
index 2328e2c55711..2e6827135fcc 100644
--- a/science/cgnslib/Makefile
+++ b/science/cgnslib/Makefile
@@ -6,22 +6,26 @@
#
PORTNAME= cgnslib
-DISTVERSION= 2.5-3
-PORTREVISION= 2
+DISTVERSION= 2.5-5
CATEGORIES= science
-MASTER_SITES= SF/cgns/${PORTNAME}_2.5/Release%203
+MASTER_SITES= SF/cgns/${PORTNAME}_${PORTVERSION:R}/Release%20${PORTVERSION:E}
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= CFD General Notation System library code
+LICENSE= AS-IS
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_NAME= AS-IS
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared=all
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
USE_LDCONFIG= yes
.if !defined(WITHOUT_HDF5)
-LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5
+LIB_DEPENDS+= hdf5.6:${PORTSDIR}/science/hdf5-18
CONFIGURE_ARGS+=--with-hdf5=${LOCALBASE}
PLIST_SUB= HDF5=""
.else