1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/irc/muh/Makefile
Oliver Lehmann b3e6b7bea1 In case muh is compiled with IPv6 support, it doesn't work at all with IPv4
Disable IPv6 Support by default. You have to set WITH_IPV6 now to use it

PR:		64705
Submitted By:	Torsten Schneider <freebsd-bugs@tschneider.org>
2004-03-25 18:40:11 +00:00

37 lines
921 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.2.b.1
PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=muh
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/}
MAINTAINER= oliver@FreeBSD.org
COMMENT= A smart irc-bouncing-tool that remains on IRC all the time
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= 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 ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/misc/muh-check ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/misc/muh-rotatelog ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/misc/muhrc ${PREFIX}/share/skel/dot.muhrc
.include <bsd.port.mk>