summaryrefslogtreecommitdiff
path: root/irc/epic4/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-07-29 09:22:41 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-07-29 09:22:41 +0000
commitf8ff0c8550c1a0ac84fa7a88c9db7929a415b5b1 (patch)
tree727c4197e01a77b734efdb57735b8985ce05410d /irc/epic4/Makefile
parentAdd netatalk. (diff)
Import of ircII-epic port. This is an enhanced ircII client.
PR: 3907 Submitted by: Matthew Hunt <mph@pobox.com>
Notes
Notes: svn path=/head/; revision=7432
Diffstat (limited to 'irc/epic4/Makefile')
-rw-r--r--irc/epic4/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
new file mode 100644
index 000000000000..b94d22442fe7
--- /dev/null
+++ b/irc/epic4/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: IrcII-EPIC Client
+# Version required: 2.8.2-EPIC3.004
+# Date created: 19 June 1997
+# Whom: Matthew Hunt <mph@pobox.com>
+#
+# $Id$
+#
+
+DISTNAME= ircii2.8.2-EPIC3.004
+PKGNAME= ircii-2.8.2-epic3.004
+CATEGORIES= net
+MASTER_SITES= http://www.min.net/~douglas/ircii/
+DISTFILES= ircii2.8.2-EPIC3.004.tar.gz ircii2.8.2-EPIC3.help.tar.gz
+
+MAINTAINER= mph@pobox.com
+
+EXTRACT_ONLY= ircii2.8.2-EPIC3.004.tar.gz
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/ircii-EPIC3.004
+
+post-install:
+ (cd $(PREFIX)/lib/irc && tar xzf $(DISTDIR)/ircii2.8.2-EPIC3.help.tar.gz)
+ # Distfile has wrong permissions for...
+ chmod 644 $(PREFIX)/lib/irc/help/ON/SILENCE
+
+.include <bsd.port.mk>