mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
24 lines
463 B
Makefile
24 lines
463 B
Makefile
# New ports collection makefile for: grepmail
|
|
# Version required: 4.11
|
|
# Date created: 20 November 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= grepmail-4.11
|
|
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>
|