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

23 lines
572 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.1.1.1 1994/10/02 19:27:48 adam Exp $
#
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
pre-build:
[ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all )
pre-install:
[ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install )
.include <bsd.port.mk>