freebsd-ports/irc/muh/Makefile
Will Andrews a355f99ef3 Update MUH to 2.0.5c.
Submitted by:	Anders Andersson <anders@sanyusan.se>
Approved by:	billf (maint)
2000-05-17 08:51:29 +00:00

23 lines
514 B
Makefile

# New ports collection makefile for: muh
# Date created: 25 Sept 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
PORTNAME= muh
PORTVERSION= 2.05c
CATEGORIES= irc
MASTER_SITES= http://mind.riot.org/muh/download/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= billf@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/docs/muhrc ${PREFIX}/share/skel/dot.muhrc
.include <bsd.port.mk>