pkgsrc-wip/libircclient/Makefile
Thomas Klausner efee106512 Import libircclient-1.7 as wip/libircclient.
libircclient is a small but powerful library, which implements
client-server IRC protocol. It has all features needed to create
your own IRC client or bot, including multi-threading support, sync
and async interfaces, CTCP/DCC support, colors, SSL connections
and so on.
2013-12-05 21:26:34 +00:00

21 lines
529 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/12/05 21:26:34 thomasklausner Exp $
DISTNAME= libircclient-1.7
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libircclient/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/libircclient/
COMMENT= Library which implements client-server IRC protocol
LICENSE= gnu-lgpl-v2
USE_LANGUAGES= c c++
USE_TOOLS+= autoconf automake autoreconf gmake
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
pre-configure:
cd ${WRKSRC} && autoreconf -fiv
.include "../../mk/bsd.pkg.mk"