mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 23:46:28 -04:00
15 lines
364 B
Text
15 lines
364 B
Text
project BUILD_PLPLOT is
|
|
|
|
for Languages use ("Ada");
|
|
|
|
for Source_Dirs use ("ada");
|
|
for Object_Dir use "ada/build";
|
|
for Library_Dir use "ada/build/lib";
|
|
for Library_Name use "plplotada";
|
|
for Library_Kind use "static";
|
|
|
|
package compiler is
|
|
for switches ("Ada") use ("-O2", "-gnatn");
|
|
end compiler;
|
|
|
|
end BUILD_PLPLOT ;
|