1999-01-30 02:04:01 +00:00
|
|
|
# New ports collection makefile for: muh
|
|
|
|
# Date created: 25 Sept 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-01-30 02:04:01 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:28:35 +00:00
|
|
|
PORTNAME= muh
|
2006-05-04 19:49:34 +00:00
|
|
|
PORTVERSION= 2.2a
|
2006-12-01 14:30:26 +00:00
|
|
|
CATEGORIES= irc ipv6
|
2009-08-22 00:24:37 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
1999-01-30 02:04:01 +00:00
|
|
|
|
2003-06-18 18:22:36 +00:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A smart irc-bouncing-tool that remains on IRC all the time
|
1999-01-30 02:04:01 +00:00
|
|
|
|
1999-03-03 20:45:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-03-25 18:40:11 +00:00
|
|
|
|
|
|
|
.if defined(WITH_IPV6)
|
2003-06-18 18:22:36 +00:00
|
|
|
CONFIGURE_ARGS= "--enable-ipv6"
|
2004-03-25 18:40:11 +00:00
|
|
|
.endif
|
2003-06-18 18:22:36 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|=muh|=${PREFIX}/bin/muh|g" ${WRKSRC}/misc/muh-check
|
1999-03-03 20:45:20 +00:00
|
|
|
|
1999-01-30 02:04:01 +00:00
|
|
|
do-install:
|
1999-03-03 20:45:20 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin
|
2003-06-18 18:22:36 +00:00
|
|
|
${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
|
1999-01-30 02:04:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|