summaryrefslogtreecommitdiff
path: root/mail/grepmail/Makefile
diff options
context:
space:
mode:
authorbad <bad>1999-06-08 12:01:13 +0000
committerbad <bad>1999-06-08 12:01:13 +0000
commit10361edf32a4ebe99037f29b413c58293c42aa40 (patch)
treed4f6b11717f00d0b123b66a8eaea1df0a196b745 /mail/grepmail/Makefile
parent96c232eb34e08c4bbb77786053d28534f43aa09b (diff)
downloadpkgsrc-10361edf32a4ebe99037f29b413c58293c42aa40.tar.gz
Initial import of grepmail-3.8, a utility to grep mail boxes and return
the matching messages. Packaged by David Maxwell, david@vex.net.
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r--mail/grepmail/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
new file mode 100644
index 00000000000..231906f677e
--- /dev/null
+++ b/mail/grepmail/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/08 12:01:13 bad Exp $
+#
+
+DISTNAME= grepmail-3.8
+CATEGORIES= mail
+MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/
+
+MAINTAINER= david@fundy.net
+HOMEPAGE= http://www.cs.virginia.edu/~dwc3q/code/index.html
+
+CONFIGURE_ENV= PERL=${PREFIX}/bin/perl
+
+USE_PERL5= yes
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl specialize grepmail.in < /dev/null
+
+do-build:
+ @cd ${WRKSRC} && \
+ ${SED} -e '1s,.*,#!'${PREFIX}/bin/perl',' grepmail >grepmail.perl && \
+ ${MV} -f grepmail.perl grepmail
+ @echo Build done.
+
+do-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"