1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update port to 4.2

This commit is contained in:
Chris D. Faulhaber 2000-02-09 19:18:16 +00:00
parent 2dea86901a
commit 1aa645ef24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25622
3 changed files with 12 additions and 7 deletions

View File

@ -1,23 +1,28 @@
# New ports collection makefile for: grepmail
# Version required: 4.11
# Version required: 4.2
# Date created: 20 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= grepmail-4.11
DISTNAME= grepmail-4.2
CATEGORIES= mail
MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/
MASTER_SITES= http://download.sourceforge.net/grepmail/
MAINTAINER= jedgar@fxp.org
MAINTAINER= jedgar@FreeBSD.org
NO_BUILD= yes
POD2MAN?= /usr/bin/pod2man
MAN1= grepmail.1
do-configure:
@cd ${WRKSRC} && ${CP} grepmail.DP grepmail
@cd ${WRKSRC} && ${POD2MAN} grepmail > grepmail.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/grepmail.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (grepmail-4.11.tar.gz) = d279a94b01c0b277b3d51907d0d6115f
MD5 (grepmail-4.2.tar.gz) = 6d13e92bc8111268c7a5191f871ccc30

View File

@ -2,7 +2,7 @@ Grepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given
regular expression, and returns those emails that match it. Piped input is
allowed, and date restrictions are supported.
WWW: http://www.cs.virginia.edu/~dwc3q/code/
WWW: http://grepmail.sourceforge.net/
- Chris D. Faulhaber
jedgar@fxp.org
<jedgar@FreeBSD.org>