pkgsrc/net/napshare/Makefile
dmcmahill 2f68b55069 This package needs GNU make to properly build. Extra hacks that directly
called gtk-config in the pkgsrc Makefile are now removed and README.html
generation works again without gtk installed.
2007-10-05 23:11:49 +00:00

17 lines
432 B
Makefile

# $NetBSD: Makefile,v 1.20 2007/10/05 23:11:49 dmcmahill Exp $
DISTNAME= napshare-1.3
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=napshare/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://napshare.sourceforge.net/
COMMENT= Fully featured Gnutella P2P client made to run 24/7 unattended
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"