mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
50f0202212
procmail. Quick Spam Filter (qsf) is a lightweight statistical spam filter written in C. It is designed to be small, fast, reliable, easy to install, and simple to use in a procmail recipe WWW: http://www.ivarch.com/programs/qsf.shtml PR: 61486 Submitted by: liamfoy@sepulcrum.org Approved by: erwin (mentor) (implicitly)
29 lines
591 B
Makefile
29 lines
591 B
Makefile
# New ports collection makefile for: qsf
|
|
# Date created: 15 January 2004
|
|
# Whom: liamfoy@sepulcrum.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qsf
|
|
PORTVERSION= 0.9.18
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= qsf
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= liamfoy@sepulcrum.org
|
|
COMMENT= A small fast spam filter intended to be used with procmail
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
|
|
MAN1= qsf.1
|
|
MANCOMPRESSED= no
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/qsf ${PREFIX}/bin/qsf
|
|
${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${MAN1PREFIX}/man/man1/qsf.1
|
|
|
|
.include <bsd.port.mk>
|