/usr/src/openswan-2.6.38/packaging/defaults/freebsd is in openswan-modules-dkms 1:2.6.38-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # set this to space where a linked/configured tree can be created by
# preprhkern4module. Only needed if you are going to be created RPMs
# outside of a distribution (as the FS team does for RedHat).
PORTINCLUDE+=-I${OPENSWANSRCDIR}/ports/freebsd/include -isystem /usr/local/include
PORTDEFINE+=-DHAS_SUN_LEN -DNEED_SIN_LEN
TCLLIB=-ltcl8.4
TCLINC=-isystem /usr/local/include/tcl8.4
USE_LIBNSS=false
# no KLIPS, we will be using FreeBSD copy of pfkey code.
USE_MAST=false
USE_KLIPS=false
USE_NETKEY=false
USE_WIN2K=false
USE_LWRES=false
USE_YACC=false
USE_BSDKAME=true
# build modules, etc. for KLIPS.
BUILD_KLIPS=false
CFLAGS+=-DHAVE_SETPROCTITLE
# ISC code should use unix definitions.
ISCARCH=unix
ISCHOSTARCH=unix
USERLINK=-L/usr/local/lib -lcrypt
RANLIB=ranlib
|