diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-19 20:03:01 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-19 20:03:01 +0000 |
commit | 0f9014356c748704cf3e9e85b170810de93cf501 (patch) | |
tree | ea29df9b20209502724a0da00cc34d29b15cc795 /mail | |
parent | 939d1850c642bdb8f9d2ffbbca689c7f1fe0cbde (diff) | |
download | ports-0f9014356c748704cf3e9e85b170810de93cf501.tar.gz ports-0f9014356c748704cf3e9e85b170810de93cf501.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/smtpproxy/Makefile | 32 | ||||
-rw-r--r-- | mail/smtpproxy/distinfo | 1 | ||||
-rw-r--r-- | mail/smtpproxy/pkg-comment | 1 | ||||
-rw-r--r-- | mail/smtpproxy/pkg-descr | 9 | ||||
-rw-r--r-- | mail/smtpproxy/pkg-plist | 4 |
6 files changed, 48 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 903f0814c940..fd79953c7b06 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -199,6 +199,7 @@ SUBDIR += smtpclient SUBDIR += smtpd SUBDIR += smtpfeed + SUBDIR += smtpproxy SUBDIR += smunge SUBDIR += solidpop3d SUBDIR += sonicmail diff --git a/mail/smtpproxy/Makefile b/mail/smtpproxy/Makefile new file mode 100644 index 000000000000..a3935d3b102d --- /dev/null +++ b/mail/smtpproxy/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: smtpproxy +# Date created: 15 December 2001 +# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> +# +# $FreeBSD$ +# + +PORTNAME= smtpproxy +PORTVERSION= 1.1.3 +CATEGORIES= mail +MASTER_SITES= http://www.quietsche-entchen.de/download/ + +MAINTAINER= fuyuki@mj.0038.net + +MAKEFILE= makefile + +MAN1= smtp.proxy.1 + +post-patch: + @${PERL} -pi -e 's,CC =,CC ?=,; s,CFLAGS =,CFLAGS +=,; \ + s,/usr/local/sbin,${PREFIX}/libexec,; s,/usr/local,${PREFIX},' \ + ${WRKSRC}/makefile + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for i in README rfc821.txt + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/mail/smtpproxy/distinfo b/mail/smtpproxy/distinfo new file mode 100644 index 000000000000..9428f0bb7ba0 --- /dev/null +++ b/mail/smtpproxy/distinfo @@ -0,0 +1 @@ +MD5 (smtpproxy-1.1.3.tar.gz) = c4558c8d379644e5b1fd66c389107a1e diff --git a/mail/smtpproxy/pkg-comment b/mail/smtpproxy/pkg-comment new file mode 100644 index 000000000000..13007358bedb --- /dev/null +++ b/mail/smtpproxy/pkg-comment @@ -0,0 +1 @@ +SMTP proxy server diff --git a/mail/smtpproxy/pkg-descr b/mail/smtpproxy/pkg-descr new file mode 100644 index 000000000000..120febe55c5c --- /dev/null +++ b/mail/smtpproxy/pkg-descr @@ -0,0 +1,9 @@ +smtp.proxy is an application level gateway for SMTP. It connects a +client to a server running on another machine watching that the +protocol is accomplished. If commands outside the specification are +sent they are not forwarded to the server. + +WWW: http://www.quietsche-entchen.de/software/smtp.proxy.html + +- Kimura Fuyuki +fuyuki@mj.0038.net diff --git a/mail/smtpproxy/pkg-plist b/mail/smtpproxy/pkg-plist new file mode 100644 index 000000000000..84d70bee2a43 --- /dev/null +++ b/mail/smtpproxy/pkg-plist @@ -0,0 +1,4 @@ +libexec/smtp.proxy +%%PORTDOCS%%share/doc/smtpproxy/README +%%PORTDOCS%%share/doc/smtpproxy/rfc821.txt +%%PORTDOCS%%@dirrm share/doc/smtpproxy |