mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
d4aef87370
This port now requires gprbuild. It's been simplified by removing NetBSD-specific file and unnecessary patch to configure.in. Since pconfig.DragonFly is the same as FreeBSD version, this patch was removed and FreeBSD version copied. The makefile is no longer BSD-make compatible, so gmake is also needed.
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
library project Florist is
|
|
|
|
for Languages use ("Ada");
|
|
|
|
for Source_Dirs use ("../../include/florist");
|
|
for Library_Dir use "../../lib/florist";
|
|
for Library_Name use "florist";
|
|
for Library_Kind use "static";
|
|
for Externally_Built use "True";
|
|
|
|
package Linker is
|
|
for Linker_Options use ("-L%%PREFIX%%/lib", "-Wl,-R,%%PREFIX%%/lib");
|
|
end Linker;
|
|
|
|
end Florist;
|