summaryrefslogtreecommitdiff
path: root/irc/irc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/irc/Makefile')
-rw-r--r--irc/irc/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
deleted file mode 100644
index bff2df3ecabb..000000000000
--- a/irc/irc/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: Irc Server
-# Version required: 2.8.21
-# Date created: 23 August 1994
-# Whom: torstenb
-#
-# $Id: Makefile,v 1.6 1995/05/17 15:06:24 asami Exp $
-#
-
-DISTNAME= irc2.8.21
-PKGNAME= irc-2.8.21
-CATEGORIES+= networking
-MASTER_SITES= ftp://cs-ftp.bu.edu/irc/servers/
-
-MAINTAINER= torstenb@FreeBSD.ORG
-
-# Restrictive copyright in irc2.8.21/ircd/res.c
-NO_PACKAGE= yes
-
-pre-install:
- mkdir -p ${PREFIX}/lib/ircd
-
-post-install:
- gzip -9nf ${PREFIX}/man/man8/ircd.8
-
-.include <bsd.port.mk>