9879d5497c
New features: - Browse Host (HTML and Gnutella), TLS and IPv6 support. - Chinese and Greek translations of the user interface. - D-BUS plugging. - Added hot keys: F2, F8 and F9 (see menu View->...). - Searches are now created with a configurable expiration date. Improvements: - Optimization of the UTF-8 processing. - Better filename conversion to locale, with automagic charset detection. - General performance improvements in QRP and search filters. - Full "nl" translation. - Sorting persistence. Under the hood: - Buffering of downloaded data to avoid excessive disk fragmentation - Support for the epoll()/kqueue() system calls. - More optimistic PARQ ETA, and PARQ back-off when QUEUE are unanswered. - NFS-compatible session locking if anyone cares. - Nifty property browser.
33 lines
918 B
Makefile
33 lines
918 B
Makefile
# $NetBSD: Makefile,v 1.48 2006/01/29 17:10:54 adam Exp $
|
|
|
|
DISTNAME= gtk-gnutella-0.96
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk-gnutella/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://gtk-gnutella.sourceforge.net/
|
|
COMMENT= GTK-based gnutella client
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
USE_MSGFMT_PLURALS= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= ./Configure
|
|
CONFIGURE_ARGS+= -d -e -r -s \
|
|
-D prefix=${PREFIX:Q} \
|
|
-D privlib="${PREFIX}/share/gtk-gnutella" \
|
|
-D sysman="${PREFIX}/man" \
|
|
-D locale="${PREFIX}/${PKGLOCALEDIR}/locale" \
|
|
-D cc=${CC:Q} \
|
|
-D ccflags="${CFLAGS:Unone}" \
|
|
-D gtkversion=2 \
|
|
-D yacc="yacc" \
|
|
-D official="true" \
|
|
-U optimize
|
|
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|