mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
5d2681c505
- Use COMMENT PR: 48356 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# New ports collection makefile for: smtpfeed
|
|
# Date created: 17 January 1998
|
|
# Whom: itojun@itojun.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smtpfeed
|
|
PORTVERSION= 1.18
|
|
CATEGORIES= mail ipv6
|
|
MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \
|
|
ftp://netsw.org/net/mail/transport/smtp/sendmail/ \
|
|
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/smtpfeed/&,}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail
|
|
COMMENT= SMTP Fast Exploding External Deliverer for Sendmail
|
|
|
|
NO_PACKAGE= "complex configuration for sendmail.cf needed"
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN8= smtpfeed.8
|
|
|
|
PORTDOCS= COPYRIGHT FEATURES FEATURES.j FYI FYI.j INSTALL INSTALL.j \
|
|
OPTIONS OPTIONS.j README README.j RELEASE.NOTE SIGNAL \
|
|
SIGNAL.j TODO smtpfeed.html
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/smtpfeed ${PREFIX}/libexec
|
|
${INSTALL_MAN} ${WRKSRC}/smtpfeed.8 ${MANPREFIX}/man/man8
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for file in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
@${SED} -e 's#/usr/local#${PREFIX}#' ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|