f66bce88ff
* new startup logo * new button to remove transfers of offline users * searches are now sent through the "unimportant" queue like sharing files. * changed channel limit/level gui. * made winmx queuing emulation configurable in preferences * fixed bug that allowed users to bypass upload limit. * fixed topic bug. * Search history list now detachable, also some bugfixes in detach code. * added support for napigator proxy info to be stored in config file * added code to use the napigator proxy info from the config file * new: subscription system * userinfo is now saved to disk. * access list is now viewable by user * reduced hotlist tab to two columns * now at max <per_user_limit> downloads are remotely queued per user * new entry in user menu: Transfer Info * support for Opera as browser * bugfix in connection stuff * GUI support for channel mode/limit/level * changed search fields layout. * added whois output to chat window. * etc.
24 lines
530 B
Makefile
24 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/01/18 13:39:03 martti Exp $
|
|
#
|
|
|
|
DISTNAME= lopster-1.0.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lopster/}
|
|
|
|
MAINTAINER= ad@netbsd.org
|
|
HOMEPAGE= http://lopster.sourceforge.net/
|
|
COMMENT= Yet another Gtk+ Napster clone
|
|
|
|
DEPENDS+= glib>=1.2.0:../../devel/glib
|
|
DEPENDS+= gtk+>=1.2.8:../../x11/gtk
|
|
|
|
USE_X11BASE= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= # defined
|
|
USE_INTL= yes
|
|
CC+= -I${LOCALBASE}/include # libintl headers
|
|
|
|
post-extract:
|
|
${RM} -fr ${WRKSRC}/intl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|