summaryrefslogtreecommitdiff
path: root/news/nn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/nn/Makefile')
-rw-r--r--news/nn/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile
deleted file mode 100644
index 605287918031..000000000000
--- a/news/nn/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: nn
-# Version required: 6.5.0
-# Date created: 24 September 1994
-# Whom: adam
-#
-# $Id: Makefile,v 1.6 1995/04/11 23:29:43 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
-
-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 )
-
-.include <bsd.port.mk>