d1f631d183
* Browse server file syntax changed, old server files must be removed * Fixed new user creation bug and cleaned up the bind handling to not cause 100% cpu usage when something bad happened * Updated remotely queued code to better handle queued downloads * Switched over to using the XText widget from XChat * Implemented new opennap browse numeric support, will no longer get disconnected for browsing * Removed -O2 from Makefile due to GTK problems caused by older gcc versions (prevented / commands from working on certain systems) * Many minor UI changes and bug fixes
22 lines
500 B
Makefile
22 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.8 2000/08/10 21:07:34 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gnapster-1.3.11
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.faradic.net/~jasta/files/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.faradic.net/~jasta/programs.html
|
|
|
|
DEPENDS+= gnome-core-*:../../x11/gnome-core
|
|
|
|
USE_X11BASE= # defined
|
|
USE_GMAKE= # defined
|
|
|
|
GNU_CONFIGURE= # defined
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
|
|
CPPFLAGS+= -DUSE_IMLIB=1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|