aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spambnc/Makefile
blob: d6e90e05e02de94191d9c84e69537fb233650199 (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
# New ports collection makefile for:   spambnc
# Date created:        25 December 2000
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   spambnc
PORTVERSION=    20040916
CATEGORIES= mail
MASTER_SITES=   http://www.spambouncer.org/ \
        ftp://ftp.spambouncer.org/
DISTFILES=  sb.tar.gz index.shtml
DIST_SUBDIR=    spambnc-${PORTVERSION}
EXTRACT_ONLY=   sb.tar.gz

MAINTAINER= thierry@pompo.net
COMMENT=    Set of procmail recipies which handle known/suspected spam

RUN_DEPENDS=    procmail:${PORTSDIR}/mail/procmail

IGNOREFILES=    index.shtml
NO_WRKSUBDIR=   yes
NO_BUILD=   yes
PLIST=      ${WRKDIR}/.pkg-plist

pre-install:
    @${RM} -f ${PLIST}
    @(cd ${WRKDIR} && ${FIND} -s . -type f | ${GREP} -v "^\.\/\." | \
        ${SED} -e 's,.,%%DATADIR%%,1' >> ${PLIST})
    @${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST}
.if !defined(NOPORTDOCS)
    @${ECHO_CMD} "%%DOCSDIR%%/documentation.html" >> ${PLIST}
    @${ECHO_CMD} "@dirrm %%DOCSDIR%%" >> ${PLIST}
.endif

do-install:
    ${MKDIR} ${DATADIR}
    cd ${WRKDIR} && ${CP} -Rv * ${DATADIR}
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/index.shtml \
        ${DOCSDIR}/documentation.html
.endif

post-install:
    @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}

.include <bsd.port.mk>