aboutsummaryrefslogtreecommitdiffstats
path: root/irc/muh/Makefile
blob: 08d3c6867169cd2e07bfd1cd219c453ea9446ee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   muh
# Date created:        25 Sept 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#

PORTNAME=   muh
PORTVERSION=    2.05d
PORTREVISION=   1
DISTNAME=   muh-2.05d-fixed
CATEGORIES= irc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=muh

MAINTAINER= billf@FreeBSD.org
COMMENT=    A smart irc-bouncing-tool that remains on IRC all the time

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>