diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-04-30 00:00:18 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-04-30 00:00:18 +0000 |
commit | 3a594413c7f10677de5f150a216943024ca32107 (patch) | |
tree | a88cbd24a9ff74c7b9ae89ec712e63b9b5bc40ba /chat/ickle/Makefile | |
parent | 8850ea84b0c7b8e4adc3bc33658df00e3046599c (diff) | |
download | pkgsrc-3a594413c7f10677de5f150a216943024ca32107.tar.gz |
Add ickle-0.3.2: Simplistic gtk+ icq client
ickle is an ICQ2000 Client using the GTK+ graphical toolkit. It aims to
bring all the useful features of ICQ2000 to non-windows users, such as
SMS messaging.
Contributed by blef@users.sourceforge.net via pkgsrc-wip.
Diffstat (limited to 'chat/ickle/Makefile')
-rw-r--r-- | chat/ickle/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chat/ickle/Makefile b/chat/ickle/Makefile new file mode 100644 index 00000000000..5ca085d28a7 --- /dev/null +++ b/chat/ickle/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/30 00:00:18 hubertf Exp $ + +DISTNAME= ickle-0.3.2 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ickle/} + +MAINTAINER= blef@users.sourceforge.net +HOMEPAGE= http://ickle.sourceforge.net/ +COMMENT= Simplistic gtk+ icq client + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GNU_CONFIGURE= YES + +.include "../../chat/libicq2000/buildlink2.mk" +.include "../../x11/gtk--/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |