1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/news/nn/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

33 lines
847 B
Makefile

# New ports collection makefile for: nn
# Version required: 6.5.0
# Date created: 24 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.9 1996/11/18 11:37:47 asami Exp $
#
DISTNAME= nn-6.5.0.b3
PKGNAME= nn-6.5.0
CATEGORIES= news
MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/beta/
MAINTAINER= ache@FreeBSD.ORG
MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \
nntidy.1 nnacct.1 nnadmin.1 nnstats.1 nnusage.1
MAN8= nnmaster.8 nnspew.8
pre-patch:
@cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
pre-build:
@cp ${.CURDIR}/files/s-freebsd.h ${WRKSRC}/conf
pre-install:
[ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all )
[ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install )
post-install:
@echo Put your NNTP host into ${PREFIX}/lib/news/nntp_server file
.include <bsd.port.mk>