freebsd-ports/news/nn/Makefile
Michael Haro b5836e35bd Split up patchfiles. Add patch from PR 9710. Update md5 file so it
no longer needs to be marked as broken.

PR:		9710
Submitted by:	Boris Staeblow <balu@dva.in-berlin.de>
1999-04-16 08:52:25 +00:00

36 lines
922 B
Makefile

# New ports collection makefile for: nn
# Version required: 6.5.0
# Date created: 24 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.17 1998/12/10 17:24:32 vanilla Exp $
#
DISTNAME= nn-6.5.3
CATEGORIES= news
MASTER_SITES= ftp://ftp.visi.com/users/mtpins/ \
ftp://maroon.webmaster.com/pub/nn/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.ORG
MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \
nntidy.1 nnview.1 nnacct.1m nnadmin.1m nnstats.1m nnusage.1m
MAN8= nnmaster.8 nnspew.8
pre-patch:
@${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
pre-build:
@${CP} ${FILESDIR}/s-freebsd.h ${WRKSRC}/conf
pre-install:
${MKDIR} ${PREFIX}/news
[ -r ${PREFIX}/news/lib/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all )
[ -r ${PREFIX}/news/lib/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install )
post-install:
@${ECHO} Put your NNTP host into ${PREFIX}/etc/nntpserver file
.include <bsd.port.mk>