mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
I could not use the comfignat build system. For starters it creates a dynamic library which, when used, has troubling finding libgnarl. If I make changes to force it to build statically, the programms that link to it fail with a STORAGE ERROR. Finally I just put all the build and install steps in the port makefile and everything is working as it did with version 2.4
7 lines
247 B
Text
7 lines
247 B
Text
library project Ahven is
|
|
for Library_Name use "ahven";
|
|
for Library_Kind use "static";
|
|
for Source_Dirs use ("../../include/ahven");
|
|
for Library_Dir use "../../lib/ahven";
|
|
for Externally_Built use "true";
|
|
end Ahven;
|