summaryrefslogtreecommitdiff
path: root/chat/licq-gui-console/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Remove licq packages.nia1-2/+0
licq has not been able to connect to ICQ servers since 28th December 2018, while upstream discontinued development in 2014 and has no plans to start over. Also, these packages have not been updated since 2007, so I doubt anyone has used this in a long time. https://github.com/licq-im/licq/issues/53
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-2/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2003-04-24Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6hubertf1-0/+3
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.