forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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 ;
|