freebsd-ports/irc/muh/Makefile

32 lines
828 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.2a
CATEGORIES= irc ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= A 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 ${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>