dec3b84c44
Changes: - fix for non-GCC compilers 1.3.2: ====== - ifile.c: add setlocale command; fixes bug 1500. - opts.c: Change // comment to /**/ (use C style comments)
15 lines
360 B
Makefile
15 lines
360 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/07/25 15:25:12 salo Exp $
|
|
#
|
|
|
|
DISTNAME= ifile-1.3.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://savannah.nongnu.org/download/ifile/default.pkg/${PKGVERSION}/
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/ifile/
|
|
COMMENT= Intelligent mail filtering system
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_GMAKE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|