6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
19 lines
527 B
Makefile
19 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/01/03 18:49:48 reed Exp $
|
|
|
|
DISTNAME= gnubile-0.20
|
|
PKGREVISION= 4
|
|
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
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
GNU_CONFIGURE= YES
|
|
CPPFLAGS+= `xml-config --cflags`
|
|
|
|
.include "../../textproc/libxml/buildlink2.mk"
|
|
.include "../../x11/gnome-libs/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|