pkgsrc/chat/licq-gui-console/Makefile
hubertf 1b39de27b4 Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6
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.
2003-04-24 23:57:36 +00:00

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"