summaryrefslogtreecommitdiff
path: root/chat/licq-core/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2003-04-24 23:57:36 +0000
committerhubertf <hubertf>2003-04-24 23:57:36 +0000
commit8ac0f264208243101905455e14656c77ed3aa376 (patch)
tree5ae2f9391eb8c537afda4e7ca25eb18e8e8f44d0 /chat/licq-core/Makefile
parent819e8fb096a2dce7ffaadfdba5003812c0f25f7c (diff)
downloadpkgsrc-8ac0f264208243101905455e14656c77ed3aa376.tar.gz
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.
Diffstat (limited to 'chat/licq-core/Makefile')
-rw-r--r--chat/licq-core/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/chat/licq-core/Makefile b/chat/licq-core/Makefile
new file mode 100644
index 00000000000..bfc8aa7a082
--- /dev/null
+++ b/chat/licq-core/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/24 23:57:36 hubertf Exp $
+#
+
+DISTNAME= licq-1.2.6
+PKGNAME= ${DISTNAME:C/-/-core-/}
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=licq/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.licq.org/
+COMMENT= ICQ client with plugin support
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"