freebsd-ports/news/nn/Makefile
Adam David 9f80bce718 NN newsreader with NOV support
nnmaster is installed but not used by default
1994-10-02 19:27:48 +00:00

19 lines
385 B
Makefile

# New ports collection makefile for: nn
# Version required: 6.5.0
# Date created: 24 September 1994
# Whom: adam
#
# $Id$
#
DISTNAME= nn-6.5.0.b3
MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/beta/
pre-configure:
@cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
@cp ${WRKSRC}/conf/s-386bsd.h ${WRKSRC}/conf/s-freebsd.h
install: all
@cd ${WRKSRC}; ./inst s
.include <bsd.port.mk>