diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-05 14:37:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-05 14:37:27 +0000 |
commit | f2a64493919937f58489da205b7ecc627ebaf32c (patch) | |
tree | 0138d43f498f829feacbfdc4d63c623c4349868c /math/freemat | |
parent | 37d98d3cf06accace7ceff22305f38f2035f016b (diff) |
Notes
Diffstat (limited to 'math/freemat')
-rw-r--r-- | math/freemat/Makefile | 1 | ||||
-rw-r--r-- | math/freemat/pkg-plist | 23 |
2 files changed, 23 insertions, 1 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 34c12f0b7aeb..2b0019aa0d27 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -40,7 +40,6 @@ LDFLAGS+= -L${LOCALBASE}/llvm33/lib DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION} DESKTOP_ENTRIES="FreeMat" "" "${PREFIX}/share/pixmaps/freemat.png" \ "FreeMat" "Science;Math;NumericalAnalysis;" true -PLIST_FILES= bin/FreeMat bin/blas.ini share/pixmaps/freemat.png PORTDATA= * post-install: diff --git a/math/freemat/pkg-plist b/math/freemat/pkg-plist new file mode 100644 index 000000000000..68dd807c5b0b --- /dev/null +++ b/math/freemat/pkg-plist @@ -0,0 +1,23 @@ +bin/FreeMat +bin/blas.ini +share/pixmaps/freemat.png +@dir %%DATADIR%%/toolbox/tests/vtkwidgets +@dir %%DATADIR%%/toolbox/tests/vtkvolumerendering +@dir %%DATADIR%%/toolbox/tests/vtkviews +@dir %%DATADIR%%/toolbox/tests/vtkrendering +@dir %%DATADIR%%/toolbox/tests/vtkparallel +@dir %%DATADIR%%/toolbox/tests/vtkio +@dir %%DATADIR%%/toolbox/tests/vtkinfovis +@dir %%DATADIR%%/toolbox/tests/vtkimaging +@dir %%DATADIR%%/toolbox/tests/vtkhybrid +@dir %%DATADIR%%/toolbox/tests/vtkgraphics +@dir %%DATADIR%%/toolbox/tests/vtkgeovis +@dir %%DATADIR%%/toolbox/tests/vtkfiltering +@dir %%DATADIR%%/toolbox/tests/vtkcommon +@dir %%DATADIR%%/toolbox/tests/os +@dir %%DATADIR%%/toolbox/tests/num +@dir %%DATADIR%%/toolbox/tests/mathfunctions +@dir %%DATADIR%%/toolbox/tests/introduction +@dir %%DATADIR%%/toolbox/tests/glwin +@dir %%DATADIR%%/toolbox/tests/function +@dir %%DATADIR%%/toolbox/tests/debug |