2db664b6c4
Submitted by: Stephen Montgomery-Smith Approved by: portmgr (pav)
40 lines
2.1 KiB
Plaintext
40 lines
2.1 KiB
Plaintext
bin/mkoctfile
|
|
bin/mkoctfile-%%OCTAVE_VERSION%%
|
|
bin/octave
|
|
bin/octave-%%OCTAVE_VERSION%%
|
|
bin/octave-bug
|
|
bin/octave-bug-%%OCTAVE_VERSION%%
|
|
bin/octave-config
|
|
bin/octave-config-%%OCTAVE_VERSION%%
|
|
share/applications/www.octave.org-octave.desktop
|
|
%%PORTDOCS%%%%DOCSDIR%%/Octave-FAQ.ps
|
|
%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps
|
|
%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
|
|
%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps
|
|
%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@comment octave diggs some empty directories
|
|
@exec mkdir -p %D/share/octave/site/m/startup/octaverc 2>/dev/null || true
|
|
@exec mkdir -p %D/share/octave/site/api-v32/m 2>/dev/null || true
|
|
@exec mkdir -p %D/share/octave/site/api-v32 2>/dev/null || true
|
|
@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site/m 2>/dev/null || true
|
|
@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/site/oct/api-v32/%%GNU_HOST%% 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/site/oct/api-v32 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/site/oct 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/site/exec 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/site 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/api-v32/site/exec/%%GNU_HOST%% 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/api-v32/site/exec 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/api-v32/site 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/api-v32 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec 2>/dev/null || true
|
|
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true
|
|
@comment Insert PLIST here
|
|
@dirrmtry share/applications
|