diff options
author | salo <salo@pkgsrc.org> | 2003-03-22 06:21:20 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-03-22 06:21:20 +0000 |
commit | 74546b823d24bd7a6a0d28824fa59cf6a654f4ec (patch) | |
tree | cdcf39f1b112e35de8211fc16dfff82bae4042e4 /chat/libicq2000/Makefile | |
parent | 212d24e25b782485c8e9d22170c9cc24676847f8 (diff) | |
download | pkgsrc-74546b823d24bd7a6a0d28824fa59cf6a654f4ec.tar.gz |
Import of libicq2000-0.3.2: Library for icq 2000/2001 clients.
libicq2000 is an opensource C++ library being developed to support the
icq2000/2001 protocol. It is easy for developers to use as the backbone
for their clients' connection to the ICQ network - all the protocol work
is abstracted away in one nice object-orientated interface.
Package submitted by Soren Jacobsen via PR pkg/20820.
Diffstat (limited to 'chat/libicq2000/Makefile')
-rw-r--r-- | chat/libicq2000/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chat/libicq2000/Makefile b/chat/libicq2000/Makefile new file mode 100644 index 00000000000..47fa5ce22dd --- /dev/null +++ b/chat/libicq2000/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/22 06:21:20 salo Exp $ +# + +DISTNAME= libicq2000-0.3.2 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libicq2000/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://libicq2000.sourceforge.net/ +COMMENT= Library for icq 2000/2001 clients + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GNU_CONFIGURE= YES + +.include "../../devel/libsigc++10/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |