mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
05a1926db2
PR: 89390 Submitted by: David Bushong <david+ports@bushong.net> (maintainer)
24 lines
572 B
Makefile
24 lines
572 B
Makefile
# New ports collection makefile for: ifile
|
|
# Date created: 29 Jan 2002
|
|
# Whom: David Bushong <david+ports@bushong.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ifile
|
|
PORTVERSION= 1.3.3
|
|
CATEGORIES= mail textproc
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/default.pkg/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An application of machine learning to e-mail filtering
|
|
|
|
USE_GETOPT_LONG=yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
MAN1= ifile.1
|
|
|
|
.include <bsd.port.mk>
|