e1bdac033d
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
22 lines
463 B
Makefile
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>
|