2013-02-28 18:54:57 +01:00
|
|
|
# Created by: msciciel
|
2006-01-02 23:19:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2007-09-30 06:47:36 +02:00
|
|
|
PORTNAME= smtp-gated
|
2013-02-28 18:54:57 +01:00
|
|
|
PORTVERSION= 1.4.20.0
|
2016-12-08 18:26:09 +01:00
|
|
|
PORTREVISION= 2
|
2007-09-30 06:47:36 +02:00
|
|
|
CATEGORIES= mail
|
2010-02-15 10:33:41 +01:00
|
|
|
MASTER_SITES= http://software.klolik.org/smtp-gated/files/
|
2006-01-02 23:19:23 +01:00
|
|
|
|
2013-09-30 01:36:27 +02:00
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
2012-03-24 17:44:40 +01:00
|
|
|
COMMENT= Proxy for SMTP sessions with virus and spam scan
|
2006-01-02 23:19:23 +01:00
|
|
|
|
2012-03-24 17:44:40 +01:00
|
|
|
LICENSE= GPLv2
|
2006-01-02 23:19:23 +01:00
|
|
|
|
2012-03-24 17:44:40 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-02-15 10:33:41 +01:00
|
|
|
|
2012-03-24 17:44:40 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-01-02 23:19:23 +01:00
|
|
|
|
2013-09-30 01:36:27 +02:00
|
|
|
PLIST_FILES= sbin/smtp-gated \
|
2015-09-08 14:17:44 +02:00
|
|
|
man/man5/smtp-gated.conf.5.gz \
|
|
|
|
man/man8/smtp-gated.8.gz
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= NAT CHUNKING ECONNRESET PCRE
|
|
|
|
OPTIONS_DEFAULT= NAT PCRE
|
|
|
|
|
|
|
|
NAT_DESC= NAT transparent proxy code
|
|
|
|
CHUNKING_DESC= SMTP CHUNKING extension support
|
|
|
|
ECONNRESET_DESC= Be quiet about "Connection reset by peer" message
|
2010-04-01 07:16:19 +02:00
|
|
|
|
2013-09-30 01:36:27 +02:00
|
|
|
NAT_CONFIGURE_ENABLE= nat
|
|
|
|
CHUNKING_CONFIGURE_ENABLE= chunking
|
|
|
|
ECONNRESET_CONFIGURE_ENABLE= silent-econnreset
|
|
|
|
PCRE_CONFIGURE_OFF= --disable-pcre
|
2016-04-01 16:16:16 +02:00
|
|
|
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
|
2012-03-24 17:44:40 +01:00
|
|
|
|
2015-09-08 14:17:44 +02:00
|
|
|
.include <bsd.port.mk>
|