aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qsf/Makefile
blob: 0cdf10110c3e38ae873788b15c3f0cb5fb6fd1c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
PLIST_FILES=    bin/qsf

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/qsf ${PREFIX}/bin/qsf
    ${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${MAN1PREFIX}/man/man1/qsf.1

.include <bsd.port.mk>