From e1bdac033d36664301b7637a7dec3530d0cf0ba9 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Sat, 30 Jan 1999 02:04:01 +0000 Subject: muh is a smart irc-bouncing-tool that remains on IRC all the time. You can take control over your nick by connecting to muh with an IRC client that is able to supply a password for the server connection. http://www.riot.org/muh/ PR: ports/8109 --- irc/muh/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 irc/muh/Makefile (limited to 'irc/muh/Makefile') diff --git a/irc/muh/Makefile b/irc/muh/Makefile new file mode 100644 index 000000000000..dff924123d33 --- /dev/null +++ b/irc/muh/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: muh +# Version required: 2.02 +# Date created: 25 Sept 1998 +# Whom: Bill Fumerola +# +# $Id: $ +# + +DISTNAME= muh2.02 +PKGNAME= muh-2.02 +CATEGORIES= net +MASTER_SITES= http://www.riot.org/releases/misc/ + +MAINTAINER= billf@FreeBSD.org + +do-install: + + ${INSTALL_PROGRAM} ${WRKSRC}/muh ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/muhrc ${PREFIX}/share/skel/dot.muhrc + +.include -- cgit v1.2.3