freebsd-ports/mail/ifile/Makefile
Kurt Jaeger 5c080d0f3d mail/ifile: fix mail/ifile build with FORTIFY_SOURCE
PR:		202572
Submitted by:	Oliver Pinter <op@freebsd.org>
2015-08-31 19:31:06 +00:00

26 lines
555 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
LICENSE= GPLv2
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>