diff options
Diffstat (limited to 'math/octave-forge-mboct-mbdyn-pkg')
-rw-r--r-- | math/octave-forge-mboct-mbdyn-pkg/Makefile | 30 | ||||
-rw-r--r-- | math/octave-forge-mboct-mbdyn-pkg/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-mboct-mbdyn-pkg/pkg-descr | 11 |
3 files changed, 44 insertions, 0 deletions
diff --git a/math/octave-forge-mboct-mbdyn-pkg/Makefile b/math/octave-forge-mboct-mbdyn-pkg/Makefile new file mode 100644 index 000000000000..c41449f90ad9 --- /dev/null +++ b/math/octave-forge-mboct-mbdyn-pkg/Makefile @@ -0,0 +1,30 @@ +PORTNAME= octave-forge-mboct-mbdyn-pkg +DISTVERSION= 0.1.1 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/../COPYING + +USES= octave autoreconf + +LIB_DEPENDS+= libgtest.so:devel/googletest \ + libmetis.so:math/metis \ + libmumps_common_seq.so:math/mumps + +RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/mboct-octave-pkg.tar.gz:math/octave-forge-mboct-octave-pkg \ + ${OCTAVE_TARBALLS_DIR}/mboct-numerical-pkg.tar.gz:math/octave-forge-mboct-numerical-pkg \ + ${OCTAVE_TARBALLS_DIR}/nurbs.tar.gz:math/octave-forge-nurbs + +USE_GITHUB= yes +GH_ACCOUNT= octave-user +GH_PROJECT= mboct-mbdyn-pkg + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/math/octave-forge-mboct-mbdyn-pkg/distinfo b/math/octave-forge-mboct-mbdyn-pkg/distinfo new file mode 100644 index 000000000000..7f841affa7b3 --- /dev/null +++ b/math/octave-forge-mboct-mbdyn-pkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756177541 +SHA256 (octave-forge/octave-user-mboct-mbdyn-pkg-0.1.1_GH0.tar.gz) = a6c6f923238b9a2597e495003b91ea4d88db2fe1cca10d41182bd5b62e393214 +SIZE (octave-forge/octave-user-mboct-mbdyn-pkg-0.1.1_GH0.tar.gz) = 301962 diff --git a/math/octave-forge-mboct-mbdyn-pkg/pkg-descr b/math/octave-forge-mboct-mbdyn-pkg/pkg-descr new file mode 100644 index 000000000000..884294a2c5cc --- /dev/null +++ b/math/octave-forge-mboct-mbdyn-pkg/pkg-descr @@ -0,0 +1,11 @@ +The octave-forge package is the result of The GNU Octave Repository project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is mboct-mbdyn-pkg. + + This package belongs to a suite of packages which can be used for pre- and + postprocessing of flexible bodies in MBDyn (www.mbdyn.org) with GNU-Octave. + It contains interfaces to the multibody dynamics software MBDyn + (www.mbdyn.org). |