pkgsrc/net/monotorrent/Makefile
wiz 84dceed952 Make mono packages depend on lang/mono2 instead of lang/mono.
The latter contains the unstable version 3 of mono, which breaks many mono
packages.

Bump dependencies and PKGREVISIONs.

Ok during freeze: gdt@
2013-06-17 12:44:53 +00:00

18 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/06/17 12:44:54 wiz Exp $
DISTNAME= monotorrent-0.72
PKGREVISION= 7
CATEGORIES= net
MASTER_SITES= http://projects.qnetp.net/attachments/download/13/
MAINTAINER= kefren@NetBSD.org
HOMEPAGE= http://monotorrent.com/
COMMENT= Open source bittorrent library
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake bsdtar pkg-config
EXTRACT_USING= bsdtar
.include "../../lang/mono2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"