freebsd-ports/irc/muh/Makefile
Bill Fumerola e1bdac033d 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
1999-01-30 02:04:01 +00:00

22 lines
463 B
Makefile

# New ports collection makefile for: muh
# Version required: 2.02
# Date created: 25 Sept 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $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 <bsd.port.mk>