freebsd-ports/mail/ifile/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

23 lines
539 B
Makefile

# 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= Application of machine learning to e-mail filtering
USES= gmake
GNU_CONFIGURE= yes
USE_CSTD= gnu89
PLIST_FILES= bin/ifile \
man/man1/ifile.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ifile ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ifile.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>