1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/florist/files/Makefile.bsd
Edwin Groothuis 36c5a39f05 New port: florist (Ada-POSIX bindings)
FLORIST is a FSU implementation of POSIX.5
	WWW: http://www.gnat.com/

PR:		ports/42280
Submitted by:	Vadim Godunko <vgodunko@vipmail.ru> <vgodunko@rost.ru>
2003-09-27 06:46:04 +00:00

8 lines
289 B
Makefile

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*