summaryrefslogtreecommitdiff
path: root/news/nntp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/nntp/Makefile')
-rw-r--r--news/nntp/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile
deleted file mode 100644
index df506a9c5f6b..000000000000
--- a/news/nntp/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: nntp
-# Version required: t5
-# Date created: 29 September 1994
-# Whom: adam
-#
-# $Id: Makefile,v 1.4 1995/04/11 23:29:45 asami Exp $
-#
-
-DISTNAME= nntp-t5
-PKGNAME= nntp-1.5.11.4
-CATEGORIES+= news
-MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/
-
-.if !exists(${PREFIX}/include/dbz.h) || !exists(${PREFIX}/lib/libcnews.a)
-DEPENDS+= ${PORTSDIR}/news/cnews
-.endif
-
-pre-patch:
- @cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
-
-.include <bsd.port.mk>