2004-04-28 16:56:52 +00:00
|
|
|
# New ports collection makefile for: miau
|
|
|
|
# Date created: 23 Apr 2004
|
|
|
|
# Whom: Oliver Eikemeier
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= miau
|
2006-05-14 15:14:14 +00:00
|
|
|
PORTVERSION= 0.6.1
|
2004-04-28 16:56:52 +00:00
|
|
|
CATEGORIES= irc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR= miau
|
|
|
|
|
2006-01-07 06:26:34 +00:00
|
|
|
MAINTAINER= laszlof@vonostingroup.com
|
2004-04-28 16:56:52 +00:00
|
|
|
COMMENT= A fully featured easy to use IRC-bouncer
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2005-07-18 07:39:19 +00:00
|
|
|
USE_ICONV= yes
|
2004-04-28 16:56:52 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
INFO= miau
|
2005-07-18 07:39:19 +00:00
|
|
|
MAN1= miau.1
|
2004-04-28 16:56:52 +00: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 21:02:30 +00:00
|
|
|
--enable-dumpstatus \
|
2004-04-28 16:56:52 +00:00
|
|
|
--disable-dependency-tracking
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-07-18 07:39:19 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
2004-04-28 16:56:52 +00:00
|
|
|
LDFLAGS="${LDFLAGS}" \
|
|
|
|
LIBS="${LIBS}"
|
|
|
|
|
2004-05-05 11:14:04 +00:00
|
|
|
.if defined(WITH_IPV6)
|
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.endif
|
|
|
|
|
2004-04-28 16:56:52 +00: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>
|