pkgsrc/net/gtk-gnutella/Makefile
adam 4172a28bcc Changes 0.95.4:
* The last-byte download bug, where a download would not complete if only the last byte needed to be downloaded, has been fixed.
* Preliminary browse-host support, allowing other servents to browse the files that are shared. This is disabled by default.
* GTKG will detect online status again after temporary network failure.
* The .desktop file and application icons are now properly installed.
* Downloads are now sorting in a more logical way.
* Bug fixes in UTF-8 support.
* Doxygen documentation updates.
* Japanese and Spanish translation updates.
2005-09-27 12:57:06 +00:00

32 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.45 2005/09/27 12:57:06 adam Exp $
DISTNAME= gtk-gnutella-0.95.4
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}" \
-D privlib="${PREFIX}/share/gtk-gnutella" \
-D sysman="${PREFIX}/man" \
-D locale="${PREFIX}/${PKGLOCALEDIR}/locale" \
-D cc="${CC}" \
-D ccflags="${CFLAGS:Unone}" \
-D gtkversion=2 \
-D yacc="yacc" \
-D official="true" \
-U optimize
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"