1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/mail/ifile/Makefile
FUJISHIMA Satsuki 97cde34830 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
use getopt_long() instead of getopt_long_only().

Obtained from:	NetBSD
2003-07-14 02:41:33 +00:00

24 lines
535 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.2
PORTREVISION= 1
CATEGORIES= mail textproc
MASTER_SITES= http://savannah.nongnu.org/download/ifile/default.pkg/${PORTVERSION}/
MAINTAINER= david+ports@bushong.net
COMMENT= An application of machine learning to e-mail filtering
USE_GETOPT_LONG=yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= ifile.1
.include <bsd.port.mk>