2004-04-28 12:56:52 -04:00
|
|
|
# New ports collection makefile for: miau
|
|
|
|
# Date created: 23 Apr 2004
|
|
|
|
# Whom: Oliver Eikemeier
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= miau
|
2010-10-06 12:54:54 -04:00
|
|
|
PORTVERSION= 0.6.6
|
2006-12-01 09:32:47 -05:00
|
|
|
CATEGORIES= irc ipv6
|
2007-12-20 06:17:04 -05:00
|
|
|
MASTER_SITES= SF
|
2004-04-28 12:56:52 -04:00
|
|
|
|
2009-05-04 14:42:24 -04:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2004-04-28 12:56:52 -04:00
|
|
|
COMMENT= A fully featured easy to use IRC-bouncer
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2005-07-18 03:39:19 -04:00
|
|
|
USE_ICONV= yes
|
2004-04-28 12:56:52 -04:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
INFO= miau
|
2005-07-18 03:39:19 -04:00
|
|
|
MAN1= miau.1
|
2004-04-28 12:56:52 -04:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-dccbounce \
|
|
|
|
--enable-automode \
|
|
|
|
--enable-releasenick \
|
|
|
|
--enable-ctcp-replies \
|
|
|
|
--enable-mkpasswd \
|
|
|
|
--enable-uptime \
|
|
|
|
--enable-chanlog \
|
|
|
|
--enable-privlog \
|
|
|
|
--enable-onconnect \
|
|
|
|
--enable-empty-awaymsg \
|
2004-05-02 17:02:30 -04:00
|
|
|
--enable-dumpstatus \
|
2007-07-23 05:36:51 -04:00
|
|
|
--disable-dependency-tracking
|
2005-07-18 03:39:19 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
2004-04-28 12:56:52 -04:00
|
|
|
LDFLAGS="${LDFLAGS}" \
|
|
|
|
LIBS="${LIBS}"
|
|
|
|
|
2004-05-05 07:14:04 -04:00
|
|
|
.if defined(WITH_IPV6)
|
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.endif
|
|
|
|
|
2004-04-28 12:56:52 -04:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|