aboutsummaryrefslogtreecommitdiff
path: root/biology/libsedml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/libsedml/Makefile')
-rw-r--r--biology/libsedml/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/biology/libsedml/Makefile b/biology/libsedml/Makefile
index 6f13d1379a99..c979cd8bc72f 100644
--- a/biology/libsedml/Makefile
+++ b/biology/libsedml/Makefile
@@ -1,10 +1,11 @@
PORTNAME= libsedml
DISTVERSIONPREFIX= v
-DISTVERSION= 2.0.26
+DISTVERSION= 2.0.32
CATEGORIES= biology devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ SED-ML library
+WWW= https://github.com/fbergmann/libSEDML
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
@@ -14,7 +15,7 @@ BUILD_DEPENDS= libsbml>0:biology/libsbml \
RUN_DEPENDS= libsbml>0:biology/libsbml \
libnuml>0:biology/libnuml # when static lib libnuml.a is fixed these should be run-time dependency
-USES= cmake gnome
+USES= cmake compiler:c++11-lang gnome
USE_GNOME= libxml2
USE_LDCONFIG= yes
@@ -23,7 +24,10 @@ GH_ACCOUNT= fbergmann
GH_PROJECT= libSEDML
post-install:
+ # no need to install LICENSE, README, VERSION
@${RM} -r ${STAGEDIR}${DATADIR}
+ # workaround for https://github.com/fbergmann/libSEDML/issues/163
+ ${RM} -r ${STAGEDIR}${PREFIX}/share/cmake
# the project builds static libs with -fPIC, see https://github.com/fbergmann/libSEDML/issues/155