aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ifile/Makefile
blob: 9b47a7385d997dced1d4aea63c1c334d26a43bb7 (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
24
25
26
# New ports collection makefile for:    ifile
# Date created:         29 Jan 2002
# Whom:                 David Bushong <david+ports@bushong.net>
#
# $FreeBSD$
#

PORTNAME=   ifile
PORTVERSION=    1.3.8
CATEGORIES= mail textproc
MASTER_SITES=   http://people.csail.mit.edu/jrennie/ifile/

MAINTAINER= ports@FreeBSD.org
COMMENT=    An application of machine learning to e-mail filtering

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=       ifile.1
PLIST_FILES=    bin/ifile

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/ifile ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/ifile.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>