summaryrefslogtreecommitdiff
path: root/mail/grepmail/Makefile
blob: a94a9b7baaf9ea783d9cff49c68128f287c387b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	grepmail
# Version required:			4.1
# Date created:				20 November 1999
# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#

DISTNAME=	grepmail-4.1
CATEGORIES=	mail
MASTER_SITES=	http://www.cs.virginia.edu/~dwc3q/code/

MAINTAINER=	jedgar@fxp.org

NO_BUILD=	yes

do-configure:
		@cd ${WRKSRC} && ${CP} grepmail.DP grepmail

do-install:
		${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin

.include <bsd.port.mk>