aboutsummaryrefslogtreecommitdiffstats
path: root/news/atp/Makefile
blob: 546daafcd6a2859f72c94e60524d23e48308179d (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
# New ports collection makefile for:    atp
# Version required:     1.50
# Date created:         9 Nov 1997
# Whom:                 Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#

DISTNAME=       atp-1.50-src
PKGNAME=        atp-1.50
CATEGORIES=     news
MASTER_SITES=       ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/bbs/mail

MAINTAINER=     dburr@FreeBSD.ORG

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

WRKSRC=                 ${WRKDIR}/${PKGNAME}

USE_GMAKE=      YES
GNU_CONFIGURE=      YES

MAN1=           atp.1 \
            atpdiag.1 \
            rot13.1
MAN3=           editline.3

post-install:
    @${CAT} ${PKGDIR}/MESSAGE

.include <bsd.port.mk>