|
Lines 9-22
Link Here
|
| 9 |
# |
9 |
# |
| 10 |
|
10 |
|
| 11 |
PORTNAME= filtermail |
11 |
PORTNAME= filtermail |
| 12 |
PORTVERSION= 0.8.1 |
12 |
PORTVERSION= 0.8.2 |
| 13 |
CATEGORIES= mail |
13 |
CATEGORIES= mail |
| 14 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ |
14 |
MASTER_SITES= SFP \ |
| 15 |
http://home.in.tum.de/baueran/%SUBDIR%/ |
15 |
http://home.in.tum.de/baueran/%SUBDIR%/ |
| 16 |
MASTER_SITE_SUBDIR= mailfilter |
16 |
MASTER_SITE_SUBDIR= mailfilter/Mailfilter/${PORTVERSION} |
| 17 |
DISTNAME= mailfilter-${PORTVERSION} |
17 |
DISTNAME= mailfilter-${PORTVERSION} |
| 18 |
|
18 |
|
| 19 |
MAINTAINER= ports@FreeBSD.org |
19 |
MAINTAINER= scjamorim@bsd.com.br |
| 20 |
COMMENT= Filter mail on a pop3 server: saves downloading spam |
20 |
COMMENT= Filter mail on a pop3 server: saves downloading spam |
| 21 |
|
21 |
|
| 22 |
# This port is filtermail, but the author called it mailfilter. To avoid a |
22 |
# This port is filtermail, but the author called it mailfilter. To avoid a |
|
Lines 41-46
Link Here
|
| 41 |
|
41 |
|
| 42 |
PLIST_FILES= bin/filtermail |
42 |
PLIST_FILES= bin/filtermail |
| 43 |
|
43 |
|
|
|
44 |
post-patch: |
| 45 |
@${REINPLACE_CMD} -e 's|filtermail.sourceforge|mailfilter.sourceforge|g' ${WRKSRC}/README |
| 46 |
|
| 44 |
post-extract: |
47 |
post-extract: |
| 45 |
@${RM} -f ${WRKSRC}/src/getopt.h |
48 |
@${RM} -f ${WRKSRC}/src/getopt.h |
| 46 |
|
49 |
|