summaryrefslogtreecommitdiff
path: root/mail/ifile/Makefile
blob: 66b2fb0ec1a87433c168cdb50575ee04d4d6e4bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: 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
USE_CSTD=	gnu89

MAN1=		ifile.1
PLIST_FILES=	bin/ifile

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

.include <bsd.port.mk>