1 # Exim: OS-specific make file for FreeBSD
2 # Copyright (c) The Exim Maintainers 2020
4 CHOWN_COMMAND=/usr/sbin/chown
5 STRIP_COMMAND=/usr/bin/strip
6 CHMOD_COMMAND=/bin/chmod
9 # FreeBSD Ports no longer insert compatibility symlinks into /usr/bin for
10 # scripting languages which traditionally have had them.
11 PERL_COMMAND=/usr/local/bin/perl
15 # crypt() is in a separate library
16 LIBS=-lcrypt -lm -lutil
18 # Dynamically loaded modules need to be built with -fPIC
19 CFLAGS_DYNAMIC=-shared -rdynamic -fPIC
21 # FreeBSD always ships with Berkeley DB
24 # This code for building outside ports suggested by Richard Clayton
33 # nb: FreeBSD is entirely elf; objformat was removed prior to FreeBSD 7
34 # http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/objformat/Attic/objformat.c
37 # So if this fails, you're on an ancient unsupported FreeBSD release *and*
38 # running GUI software, which seems both unusual and unwise.
40 # http://www.freebsd.org/doc/handbook/binary-formats.html suggests that the
41 # switch to default to ELF came with FreeBSD 3. elf(5) claims ELF support
42 # introduced in FreeBSD 2.2.6.
44 XINCLUDE=-I$(X11)/include
45 XLFLAGS=-L$(X11)/lib -Wl,-rpath,${X11}/lib
49 EXIWHAT_EGREP_ARG='/exim( |$$)'
50 EXIWHAT_MULTIKILL_CMD='killall -m'
51 EXIWHAT_MULTIKILL_ARG='^exim($$|-[0-9.]+-[0-9]+$$)'
52 EXIWHAT_KILL_SIGNAL=-USR1