aboutsummaryrefslogtreecommitdiff
path: root/mail/filtermail/Makefile
blob: 6e8a9864dcefae953aae611f57fc4d4483c15905 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Created by: Harry Newton
# $FreeBSD$

# Called this port 'filtermail' because there is already a 'mailfilter'
# in the ports tree.

PORTNAME=	filtermail
PORTVERSION=	0.8.2
CATEGORIES=	mail
MASTER_SITES=	SFP \
		http://home.in.tum.de/baueran/%SUBDIR%/
MASTER_SITE_SUBDIR=	mailfilter/Mailfilter/${PORTVERSION}
DISTNAME=	mailfilter-${PORTVERSION}

MAINTAINER=	sylvio@FreeBSD.org
COMMENT=	Filter mail on a POP3 server: saves downloading spam

LICENSE=	GPLv3

# This port is filtermail, but the author called it mailfilter. To avoid a
#  clash with another port called mailfilter, we change all files
#  installed by this port from the form *mailfilter* to the form
#  *filtermail*, and similarly the names in the man pages.
#
EXTRACT_CMD=	${GZIP_CMD}
EXTRACT_BEFORE_ARGS=	-dc
EXTRACT_AFTER_ARGS=	| ${SED} 's/[mM][aA][iI][lL][fF][iI][lL][tT][eE][rR]/filtermail/g' | ${TAR} -xf -

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

USES=		bison gmake
GNU_CONFIGURE=	yes
MAKE_JOBS_UNSAFE=	yes

MAN1=		filtermail.1
MAN5=		filtermailex.5 filtermailrc.5

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

PLIST_FILES=	bin/filtermail

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -e 's|filtermail.sourceforge|mailfilter.sourceforge|g' ${WRKSRC}/README

post-extract:
	@${RM} -f ${WRKSRC}/src/getopt.h

.include <bsd.port.mk>