aboutsummaryrefslogtreecommitdiffstats
path: root/mail/adcomplain/Makefile
blob: 4b7d77ffb19c42e71cabca31e8927d485a9777f6 (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
# Created by: ache@FreeBSD.org
# $FreeBSD$

PORTNAME=   adcomplain
PORTVERSION=    3.52
CATEGORIES= mail news
MASTER_SITES=   http://www.rdrop.com/users/billmc/
DISTNAME=   ${PORTNAME}.pl
EXTRACT_SUFX=   .uu

MAINTAINER= ports@FreeBSD.org
COMMENT=    Complain about inappropriate commercial use (f.e. SPAM) of usenet/e-mail

USES=       perl5 shebangfix
SHEBANG_FILES=  adcomplain.pl

EXTRACT_CMD=    /usr/bin/uudecode
EXTRACT_BEFORE_ARGS=    <
EXTRACT_AFTER_ARGS= # empty
NO_WRKSUBDIR=   yes
NO_BUILD=   yes
PLIST_FILES=    bin/adcomplain

# fix-shebang normally runs before the patches in ${FILESDIR} are applied.  In
# this case, we need it to run after, so that it can fix the right shebang.
TARGET_ORDER_OVERRIDE= 750:fix-shebang

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/adcomplain.pl \
        ${STAGEDIR}${PREFIX}/bin/adcomplain

.include <bsd.port.mk>