freebsd-ports/mail/msmtpqueue/Makefile
Pav Lucistnik 1d57d8f799 Add msmtpqueue, a set of scripts to help queueing and sending mails
on non-permanent connections like dial-up using msmtp.

PR:		ports/68055
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-06-21 21:35:58 +00:00

32 lines
736 B
Makefile

# New ports collection makefile for: msmtpqueue
# Date created: 2004-06-17
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= msmtpqueue
PORTVERSION= 0.3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= msmtp
MAINTAINER= bogorodskiy@inbox.ru
COMMENT= Scripts to queue mails with msmtp
RUN_DEPENDS= msmtp:${PORTSDIR}/mail/msmtp
NO_BUILD= yes
PLIST_FILES= bin/msmtp-enqueue.sh bin/msmtp-runqueue.sh
PORTDOCS= README
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/msmtp-enqueue.sh ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/msmtp-runqueue.sh ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>