summaryrefslogtreecommitdiff
path: root/mail/ifile-procmail/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2002-12-13 09:46:55 +0000
committersalo <salo@pkgsrc.org>2002-12-13 09:46:55 +0000
commitcb2f141fbc7248d45a536a618e6e348bab7d73e3 (patch)
tree67a84f25567e48146d14305001fe205b51cb5e78 /mail/ifile-procmail/Makefile
parent33eee4c2ed3261e9ba56d7b08e63eb984f484c82 (diff)
downloadpkgsrc-cb2f141fbc7248d45a536a618e6e348bab7d73e3.tar.gz
Initial import of ifile-procmail, version 0.3.
This package contains shell scripts that allows ifile to be used in standard UNIX e-mail environment with procmail and mbox mailboxes.
Diffstat (limited to 'mail/ifile-procmail/Makefile')
-rw-r--r--mail/ifile-procmail/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/mail/ifile-procmail/Makefile b/mail/ifile-procmail/Makefile
new file mode 100644
index 00000000000..cda5e647ed8
--- /dev/null
+++ b/mail/ifile-procmail/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/13 09:46:55 salo Exp $
+#
+
+DISTNAME= ifile.procmail-0.3
+PKGNAME= ${DISTNAME:S/./-/}
+CATEGORIES= mail
+MASTER_SITES= http://Xtrmntr.org/ORBman/download/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= salo@netbsd.org
+HOMEPAGE= http://Xtrmntr.org/ORBman/ifile.procmail.html
+COMMENT= Set of scripts for ifile used in procmail environment
+
+DEPENDS+= ifile>=1.2.1:../../mail/ifile
+DEPENDS+= procmail>=3.22:../../mail/procmail
+
+.include "../../mk/bsd.prefs.mk"
+
+.if (${OPSYS} != "NetBSD") && (${OPSYS} != "FreeBSD") && (${OPSYS} != "OpenBSD")
+DEPENDS+= mktemp>=1.4:../../sysutils/mktemp
+.endif
+
+NO_BUILD= YES
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ifile
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ifile
+ for f in `${LS} ${WRKSRC}/bin` ; do \
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/$$f ${PREFIX}/bin ; \
+ done
+ ${INSTALL_DATA} ${WRKSRC}/README.new ${PREFIX}/share/doc/ifile/README
+ ${INSTALL_DATA} ${WRKSRC}/sample.procmailrc ${PREFIX}/share/examples/ifile
+
+.include "../../mk/bsd.pkg.mk"