1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/mail/ifile/Makefile
2024-01-09 10:47:14 +01:00

25 lines
563 B
Makefile

PORTNAME= ifile
PORTVERSION= 1.3.8
PORTREVISION= 1
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
WWW= https://people.csail.mit.edu/jrennie/ifile/
LICENSE= GPLv2
USES= gmake
GNU_CONFIGURE= yes
USE_CSTD= gnu89
PLIST_FILES= bin/ifile \
share/man/man1/ifile.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ifile ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ifile.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>