pkgsrc/net/gnubile/Makefile
jlam c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00

18 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/06/11 06:34:45 jlam Exp $
DISTNAME= gnubile-0.20
CATEGORIES= net
MASTER_SITES= http://gnutella.wego.com/file_depot/0-10000000/110000-120000/116705/folder/127699/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://gnutella.wego.com/
COMMENT= Unix Gnutella client for GNOME
DEPENDS+= gnome-core-*:../../x11/gnome-core
USE_GMAKE= YES
USE_X11= YES
GNU_CONFIGURE= YES
CPPFLAGS+= `xml-config --cflags`
.include "../../mk/bsd.pkg.mk"