diff options
Diffstat (limited to 'mail/smtpproxy/Makefile')
-rw-r--r-- | mail/smtpproxy/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/mail/smtpproxy/Makefile b/mail/smtpproxy/Makefile deleted file mode 100644 index 6b9b111dcf8f..000000000000 --- a/mail/smtpproxy/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: smtpproxy -# Date created: 15 December 2001 -# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> -# -# $FreeBSD$ -# - -PORTNAME= smtpproxy -PORTVERSION= 1.3.3 -CATEGORIES= mail -MASTER_SITES= http://quietsche-entchen.de/cgi-bin/wiki.cgi/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= SMTP proxy server - -MAKEFILE= makefile -DISABLE_SIZE= yes - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -MAN1= smtp.proxy.1 -PLIST_FILES= libexec/smtp.proxy -PORTDOCS= README rfc821.txt - -post-patch: - @${REINPLACE_CMD} -e 's,<wait.h>,<sys/wait.h>,' ${WRKSRC}/acp.c - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> |