CC=gcc
PORTINCLUDE+=-I${OPENSWANSRCDIR}/ports/darwin/include 
PORTINCLUDE+=-g -O3 -I/opt/local/include -L/opt/local/lib

# apple can't deal with -Wall yet
WALL=

# apple has routines in libc.
LIBCRYPT=

USERLINK=-L/opt/local/lib

USE_KLIPS=false
USE_KERNEL26=false
USE_WIN2K=false
BUILD_KLIPS=false
USE_YACC=true

ISCARCH=unix
ISCHOSTARCH=unix

#not sure where this is supposed to come from, but the linux port has AR here
RANLIB=ranlib
