diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /mail/smtp-gated/Makefile | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Notes
Diffstat (limited to 'mail/smtp-gated/Makefile')
-rw-r--r-- | mail/smtp-gated/Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/mail/smtp-gated/Makefile b/mail/smtp-gated/Makefile index b0d07822912a..d60a49f7dde7 100644 --- a/mail/smtp-gated/Makefile +++ b/mail/smtp-gated/Makefile @@ -5,22 +5,22 @@ # $FreeBSD$ # -PORTNAME= smtp-gated +PORTNAME= smtp-gated PORTVERSION= 1.4.12.r9 -PORTREVISION= 0 -CATEGORIES= mail +PORTREVISION= 1 +CATEGORIES= mail MASTER_SITES= http://smtp-proxy.klolik.org/ -DISTNAME= ${PORTNAME}-1.4.12-rc9 +DISTNAME= ${PORTNAME}-1.4.12-rc9 -MAINTAINER= ports@FreeBSD.org -COMMENT= This software block SMTP sessions used by e-mail worms and viruses +MAINTAINER= ports@FreeBSD.org +COMMENT= This software block SMTP sessions used by e-mail worms and viruses -HAS_CONFIGURE= yes -USE_AUTOTOOLS= autoheader:259 +HAS_CONFIGURE= yes +USE_AUTOTOOLS= autoheader:261 -OPTIONS= NAT "NAT transparent proxy code" On \ - CHUNKING "Enable support for SMTP CHUNKING extension" Off \ - ECONNRESET "Be quiet about Connection reset by peer message" Off +OPTIONS= NAT "NAT transparent proxy code" On \ + CHUNKING "Enable support for SMTP CHUNKING extension" Off \ + ECONNRESET "Be quiet about Connection reset by peer message" Off .include <bsd.port.pre.mk> @@ -38,8 +38,8 @@ CONFIGURE_ARGS+= --enable-chunking CONFIGURE_ARGS+= --enable-silent-econnreset .endif -PLIST_FILES= sbin/smtp-gated -MAN5= smtp-gated.conf.5 -MAN8= smtp-gated.8 +PLIST_FILES= sbin/smtp-gated +MAN5= smtp-gated.conf.5 +MAN8= smtp-gated.8 .include <bsd.port.post.mk> |