1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/mail/procmail/Makefile
Sunpoet Po-Chuan Hsieh 4fe00b869b - Simplify Makefile
- Pet portlint: rename patch files
- Support STAGEDIR
2014-02-24 10:40:29 +00:00

43 lines
1.5 KiB
Makefile

# Created by: Adam David <adam@FreeBSD.org>
# $FreeBSD$
PORTNAME= procmail
PORTVERSION= 3.22
PORTREVISION= 7
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ucsb.edu/pub/mirrors/procmail/ \
ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ \
ftp://ftp.fu-berlin.de/pub/unix/mail/procmail/ \
ftp://ftp.kfki.hu/pub/packages/mail/procmail/ \
http://www.ring.gr.jp/archives/net/mail/procmail/ \
ftp://ftp.ring.gr.jp/pub/net/mail/procmail/ \
ftp://ftp.mirrorservice.org/sites/ftp.procmail.org/pub/procmail/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Local mail delivery agent
OPTIONS_DEFINE= DOCS EXAMPLES
INSTALL_TARGET= install-suid install.man
PLIST_FILES= bin/formail bin/lockfile bin/mailstat bin/procmail \
man/man1/formail.1.gz man/man1/lockfile.1.gz \
man/man1/procmail.1.gz man/man5/procmailex.5.gz \
man/man5/procmailrc.5.gz man/man5/procmailsc.5.gz
PORTDOCS= FAQ FEATURES HISTORY KNOWN_BUGS README
PORTEXAMPLES= 1procmailrc 1rmail 2procmailrc 2rmail 3procmailrc 3rmail \
advanced dirname forward local_procmail_lmtp.m4 mailstat
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.h
# Allow parallel builds (-jX) to work
@${FIND} ${WRKSRC} -name 'Makefile*' | ${XARGS} ${REINPLACE_CMD} -E 's|cd (.+); (\$$\(MAKE\))|\2 -C \1|'
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/examples/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>