1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/news/atp/Makefile
Donald Burr aa1a7ae776 Mission: Move ports/comms/atp into ports/news/atp.
Phase IV: easy-import atp.
MISSION UPDATE FROM I.M.F. HQ: I have been saying "ports/mail/atp" up
till now.  I just changed my mind -- I'm puttin' this sucker in
"ports/news/atp"  I base this on what little precedent we have in the
ports tree -- our only other port that deals with this is plor, a SOUP/QWK
packet reader, and it's in news/.  This is really kind of a tough call,
though, as neither mail/ nor news/ is really 100% appropriate.
1998-06-11 12:27:58 +00:00

34 lines
638 B
Makefile

# New ports collection makefile for: atp
# Version required: 1.50
# Date created: 9 Nov 1997
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $Id$
#
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>