summaryrefslogtreecommitdiff
path: root/irc/epic5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r--irc/epic5/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
deleted file mode 100644
index f430249ada6a..000000000000
--- a/irc/epic5/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: epic4
-# Version required: 4pre2.003
-# Date created: 11 November 1998
-# Whom: Ben Hutchinson <benhutch@xfiles.org.uk>
-#
-# $FreeBSD$
-#
-
-DISTNAME= epic-4.pre2.500
-CATEGORIES= irc
-MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \
- ftp://mirror.pipex.net/pub/epic/EPIC4-BETA/ \
- ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ \
- ftp://ftp.sanyusan.se/pub/epic/EPIC4-BETA/
-DISTFILES= epic4pre2.500.tar.gz epic4pre2-help.tar.gz
-
-MAINTAINER= anders@sanyusan.se
-
-DIST_SUBDIR= epic4
-
-EXTRACT_ONLY= epic4pre2.500.tar.gz
-GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/ircii-EPIC4pre2.500
-
-MAN1= epic.1
-
-do-install:
- cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
- INSTALL_DATA="${INSTALL_DATA}" install
-
-post-install:
- cd ${PREFIX}/share/epic && tar zxf ${DISTDIR}/${DIST_SUBDIR}/epic4pre2-help.tar.gz
-
-.include <bsd.port.mk>