diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/miau/Makefile | 50 | ||||
-rw-r--r-- | irc/miau/distinfo | 2 | ||||
-rw-r--r-- | irc/miau/pkg-descr | 10 | ||||
-rw-r--r-- | irc/miau/pkg-plist | 7 |
5 files changed, 70 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index d9c862602968..ee959f70d7a5 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -46,6 +46,7 @@ SUBDIR += liece-dcc SUBDIR += liece-emacs20 SUBDIR += lostirc + SUBDIR += miau SUBDIR += muh SUBDIR += nethirc SUBDIR += ngircd diff --git a/irc/miau/Makefile b/irc/miau/Makefile new file mode 100644 index 000000000000..cf0e03ae5315 --- /dev/null +++ b/irc/miau/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: miau +# Date created: 23 Apr 2004 +# Whom: Oliver Eikemeier +# +# $FreeBSD$ +# + +PORTNAME= miau +PORTVERSION= 0.5.2 +CATEGORIES= irc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= miau + +MAINTAINER= eik@FreeBSD.org +COMMENT= A fully featured easy to use IRC-bouncer + +USE_BZIP2= yes +GNU_CONFIGURE= yes + +USE_REINPLACE= yes + +INFO= miau + +CONFIGURE_ARGS= --enable-dccbounce \ + --enable-automode \ + --enable-releasenick \ + --enable-ctcp-replies \ + --enable-mkpasswd \ + --enable-uptime \ + --enable-chanlog \ + --enable-privlog \ + --enable-onconnect \ + --enable-empty-awaymsg \ + --disable-dependency-tracking +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" \ + LIBS="${LIBS}" + +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> diff --git a/irc/miau/distinfo b/irc/miau/distinfo new file mode 100644 index 000000000000..78ed548aa351 --- /dev/null +++ b/irc/miau/distinfo @@ -0,0 +1,2 @@ +MD5 (miau-0.5.2.tar.bz2) = 8c3f141532959206f4a1cb0280360eb5 +SIZE (miau-0.5.2.tar.bz2) = 158960 diff --git a/irc/miau/pkg-descr b/irc/miau/pkg-descr new file mode 100644 index 000000000000..9a088b00e5f9 --- /dev/null +++ b/irc/miau/pkg-descr @@ -0,0 +1,10 @@ +miau is a fully featured easy to use IRC-bouncer that can keep your nick +even when you disconnect. + +Additionally, miau can set you away automatically when you disconnect and +auto-op (or auto-voice) people. While you're disconnected, miau can also log +everything and/or pipe private messages to an external program. And when you +connect miau again, miau can replay some of the old messages so that you know +what's going on. + +WWW: http://miau.sourceforge.net/ diff --git a/irc/miau/pkg-plist b/irc/miau/pkg-plist new file mode 100644 index 000000000000..58cb90371f5a --- /dev/null +++ b/irc/miau/pkg-plist @@ -0,0 +1,7 @@ +bin/miau +bin/miau-check +bin/miau-rotatelog +%%EXAMPLESDIR%%/miaurc +@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%@dirrm %%DOCSDIR%% |