diff options
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r-- | irc/epic5/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile deleted file mode 100644 index c56f7088fa01..000000000000 --- a/irc/epic5/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: epic4 -# Date created: 11 November 1998 -# Whom: Ben Hutchinson <benhutch@xfiles.org.uk> -# -# $FreeBSD$ -# - -PORTNAME= epic4 -PORTVERSION= 2000 -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= epic4-2000.tar.gz epic4pre2-help.tar.gz - -MAINTAINER= anders@sanyusan.se - -DIST_SUBDIR= epic4 - -EXTRACT_ONLY= epic4-2000.tar.gz -GNU_CONFIGURE= yes - -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> |