aboutsummaryrefslogtreecommitdiffstats
path: root/irc/muh/Makefile
blob: 6ead6721eb83c64dbfde60fceb23a4e2be68dba6 (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
27
# Created by: Bill Fumerola <billf@chc-chimes.com>
# $FreeBSD$

PORTNAME=   muh
PORTVERSION=    2.2a
CATEGORIES= irc ipv6
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= oliver@FreeBSD.org
COMMENT=    Smart irc-bouncing-tool that remains on IRC all the time

GNU_CONFIGURE=  yes

.if defined(WITH_IPV6)
CONFIGURE_ARGS= "--enable-ipv6"
.endif

post-patch:
    @${REINPLACE_CMD} -e "s|=muh|=${PREFIX}/bin/muh|g" ${WRKSRC}/misc/muh-check

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_SCRIPT} ${WRKSRC}/misc/muh-check ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_SCRIPT} ${WRKSRC}/misc/muh-rotatelog ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_DATA} ${WRKSRC}/misc/muhrc ${STAGEDIR}${PREFIX}/share/skel/dot.muhrc

.include <bsd.port.mk>