summaryrefslogtreecommitdiff
path: root/devel/florist/files/Makefile.bsd
diff options
context:
space:
mode:
Diffstat (limited to 'devel/florist/files/Makefile.bsd')
-rw-r--r--devel/florist/files/Makefile.bsd7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/florist/files/Makefile.bsd b/devel/florist/files/Makefile.bsd
new file mode 100644
index 000000000000..3414af1ca145
--- /dev/null
+++ b/devel/florist/files/Makefile.bsd
@@ -0,0 +1,7 @@
+all:
+ @${GMAKE} GNATMAKEFLAGS1B="-O2 -fPIC"
+ @${LOCALBASE}/bin/adagcc -shared -Wl,-soname,libflorist-${PORTVERSION}.so.1 \
+ -o libflorist-${PORTVERSION}.so.1 *.o
+ @${LN} -sf libflorist-${PORTVERSION}.so.1 \
+ libflorist-${PORTVERSION}.so
+ @${RM} -f floristlib/deps* floristlib/gnatprep*