mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
15 lines
377 B
Text
15 lines
377 B
Text
library project PLPLOT is
|
|
|
|
for Languages use ("Ada");
|
|
|
|
for Source_Dirs use ("../../include/plplotada");
|
|
for Library_Dir use "../../lib/plplotada";
|
|
for Library_Name use "plplotada";
|
|
for Library_Kind use "static";
|
|
for Externally_Built use "True";
|
|
|
|
package Linker is
|
|
for switches ("Ada") use ("-L@PREFIX@/lib", "-lplplotd");
|
|
end Linker;
|
|
|
|
end PLPLOT;
|