GnomeICU is a clone of Mirabilis' popular ICQ written with GTK. The original source was taken from Matt Smith's mICQ. This is ment as a replacement for the JavaICQ, which is slow and buggy. If you would like to contribute, please contact Jeremy Wise ( jwise@pathwaynet.com ). You may also want to visit The ICQ Protocol Site at: [ http://www.student.nada.kth.se/~d95-mih/icq/ ] for information about the ICQ protocol and mailing list. This is the GNOME2 port of gnomeicu. I wasn't sure whether we should replace the gnomeicu in pkgsrc with this version, or we should keep the GNOME1 version around for people w/o GNOME2. In the latter case we could rename this pkg to gnomeicu2. In any case this requires testing first, as I personally only use it to test the system tray support.
28 lines
723 B
Makefile
28 lines
723 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/04/19 12:58:28 bmeurer Exp $
|
|
|
|
DISTNAME= gnomeicu-0.99
|
|
CATEGORIES= chat gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomeicu/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://gnomeicu.sourceforge.net/
|
|
COMMENT= GNOME ICQ client
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_X11= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GCONF2_SCHEMAS= gnomeicu.schemas
|
|
|
|
.include "../../databases/gdbm/buildlink2.mk"
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../net/gnet/buildlink2.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gnome-desktop/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|