1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/news/nn/Makefile

29 lines
705 B
Makefile
Raw Normal View History

# New ports collection makefile for: nn
# Version required: 6.5.0
# Date created: 24 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.8 1996/03/04 11:27:35 ache Exp $
#
DISTNAME= nn-6.5.0.b3
1995-04-11 23:29:46 +00:00
PKGNAME= nn-6.5.0
CATEGORIES= news
1995-04-11 23:29:46 +00:00
MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/beta/
MAINTAINER= ache@FreeBSD.ORG
1994-11-15 10:07:33 +00:00
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 )
1996-03-04 11:27:35 +00:00
post-install:
@echo Put your NNTP host into ${PREFIX}/lib/news/nntp_server file
.include <bsd.port.mk>