1b39de27b4
Licq-core is a multi-threaded ICQ clone written mostly in C++. It uses an extensive plugin system to manage many different functions. The main gui is written using the Qt widget set. Licq is distributed under GPL with some special QPL exceptions for Qt. Several GUI plugins for console, Qt etc. are available as seperate packages, licq-gui-console and licq-gui-qt.
23 lines
555 B
Makefile
23 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/04/24 23:57:36 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= licq-1.2.6
|
|
PKGNAME= ${DISTNAME:C/-/-gui-console-/}
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=licq/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://www.licq.org/
|
|
COMMENT= Curses GUI for licq
|
|
|
|
DEPENDS+= licq-core-[0-9]*:../licq-core
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
WRKSRC= ${WRKDIR:=/${DISTNAME}/plugins/console}
|
|
|
|
USE_NCURSES= yes # really use ncurses!
|
|
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|