aboutsummaryrefslogtreecommitdiffstats
path: root/news/atp/Makefile
blob: 9bfa3f0278cfbc1648ba282a08ab98e2cc8056bd (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
# Created by: Donald Burr <dburr@FreeBSD.org>
# $FreeBSD$

PORTNAME=   atp
PORTVERSION=    1.50
PORTREVISION=   2
CATEGORIES= news
MASTER_SITES=   SUNSITE/system/bbs/mail
DISTFILES=  ${DISTNAME}-src.tar.gz

MAINTAINER= ports@FreeBSD.org
COMMENT=    QWK message packet reader and composer for FreeBSD

RUN_DEPENDS=    zip:${PORTSDIR}/archivers/zip \
        unzip:${PORTSDIR}/archivers/unzip

USES=       gmake perl5
USE_PERL5=  run
GNU_CONFIGURE=  yes
SUB_FILES=  pkg-message

post-patch:
.for i in atphome bindir mandir
    ${REINPLACE_CMD} -e 's,$$($i),$$(DESTDIR)&,g' \
        ${WRKSRC}/Makefile.in
.endfor

.include <bsd.port.mk>