openbsd-ports/mail/procmail/Makefile

55 lines
1.6 KiB
Makefile
Raw Normal View History

2003-08-16 02:59:11 -04:00
# $OpenBSD: Makefile,v 1.26 2003/08/16 06:59:11 pvalchev Exp $
2001-04-08 11:45:13 -04:00
COMMENT= "filtering local mail delivery agent"
1997-11-14 19:04:24 -05:00
2002-01-03 19:54:36 -05:00
DISTNAME= procmail-3.22
1997-11-14 19:04:24 -05:00
CATEGORIES= mail
2002-10-27 12:21:39 -05:00
MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
ftp://ftp.psg.com/pub/unix/procmail/ \
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.net.ohio-state.edu/pub/networking/mail/procmail/ \
ftp://ftp.fdt.net/pub/unix/packages/procmail/ \
ftp://ftp.tamu.edu/pub/mirrors/procmail/ \
ftp://ftp.kfki.hu/pub/packages/mail/procmail/ \
ftp://giswitch.sggw.waw.pl/pub/unix/procmail/ \
ftp://ftp.solarisguide.com/pub/procmail/ \
ftp://ftp.win.ne.jp/pub/network/mail/procmail/ \
ftp://ftp.ring.gr.jp/pub/net/mail/procmail/ \
ftp://sunsite.cnlab-switch.ch/mirror/procmail/
1999-03-25 14:34:39 -05:00
2001-02-23 12:16:21 -05:00
HOMEPAGE= http://www.procmail.org/
MAINTAINER= Bruno Rohee <rohee@openbsd.org>
1997-11-14 19:04:24 -05:00
2003-08-16 02:59:11 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
FLAVORS= lmtp
FLAVOR?=
.if ${FLAVOR:L:Mlmtp}
CFLAGS+= -DLMTP
.endif
MAKE_FLAGS= BASENAME="${PREFIX}" CC="${CC}" CFLAGS0="${CFLAGS}" LOCKINGTEST="110"
2002-10-27 12:21:39 -05:00
NO_REGRESS= Yes
2001-02-23 12:16:21 -05:00
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/procmail
cd ${WRKBUILD}/new && \
${INSTALL_PROGRAM} formail lockfile procmail ${PREFIX}/bin && \
${INSTALL_SCRIPT} mailstat ${PREFIX}/bin && \
${INSTALL_MAN} formail.1 lockfile.1 procmail.1 ${PREFIX}/man/man1 && \
${INSTALL_MAN} procmailex.5 procmailrc.5 procmailsc.5 ${PREFIX}/man/man5
${INSTALL_DATA} ${WRKSRC}/examples/* \
${PREFIX}/share/examples/procmail
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>