1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/mail/grepmail/Makefile
2000-03-30 12:38:19 +00:00

29 lines
627 B
Makefile

# New ports collection makefile for: grepmail
# Version required: 4.21
# Date created: 20 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= grepmail-4.21
CATEGORIES= mail
MASTER_SITES= http://download.sourceforge.net/grepmail/
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>