From f261dfdccca6d7731037ffc5caccdc82ad2d108a Mon Sep 17 00:00:00 2001 From: dinoex Date: Thu, 7 May 2009 05:06:36 +0000 Subject: - new option WITH_LIBSPF Submitted by: Paul Koene --- mail/spamilter/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail') diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 42b9df582fb9..672a391005eb 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -47,6 +47,13 @@ CONFIGURE_ARGS+= --with-popauth CONFIGURE_ARGS+= --with-pam .endif +.if defined(WITH_LIBSPF) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libspf.a:mail/libspf +CONFIGURE_ARGS+= --with-libspf ${LOCALBASE} +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +.endif + .if ${OSVERSION} >= 700015 || (${OSVERSION} < 700000 && ${OSVERSION} >= 601103) CONFIGURE_ARGS+= --have-resn .endif -- cgit -gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines