mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
5b80e7aa08
pre-build inews can't be build because it uses hostname.o from the nn source that is not yet build.
21 lines
552 B
Makefile
21 lines
552 B
Makefile
# New ports collection makefile for: nn
|
|
# Version required: 6.5.0
|
|
# Date created: 24 September 1994
|
|
# Whom: adam
|
|
#
|
|
# $Id: Makefile,v 1.3 1994/11/15 10:07:33 ache Exp $
|
|
#
|
|
|
|
DISTNAME= nn-6.5.0.b3
|
|
MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/beta/
|
|
|
|
pre-patch:
|
|
@cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
|
|
@cp ${WRKSRC}/conf/s-386bsd.h ${WRKSRC}/conf/s-freebsd.h
|
|
|
|
pre-install:
|
|
[ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all )
|
|
[ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install )
|
|
|
|
.include <bsd.port.mk>
|