summaryrefslogtreecommitdiff
path: root/net/monotorrent
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-12-18 17:31:09 +0000
committerjoerg <joerg@pkgsrc.org>2008-12-18 17:31:09 +0000
commitb1dcd1dd6f0065dbc383877443e7c04d97a8e9e6 (patch)
treedfa45cddc430f7e4147783ceecf245d3c2b67a05 /net/monotorrent
parent6a1d5a4124cc2457c62c5bbaa3a54107db7433ee (diff)
downloadpkgsrc-b1dcd1dd6f0065dbc383877443e7c04d97a8e9e6.tar.gz
Needs pkg-config. Prefer bsdtar over gtar. Mark as destdir usable.
Diffstat (limited to 'net/monotorrent')
-rw-r--r--net/monotorrent/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/monotorrent/Makefile b/net/monotorrent/Makefile
index 4ee1b7a67fe..a5ca7f16523 100644
--- a/net/monotorrent/Makefile
+++ b/net/monotorrent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/27 09:02:39 kefren Exp $
+# $NetBSD: Makefile,v 1.2 2008/12/18 17:31:09 joerg Exp $
DISTNAME= monotorrent-0.62
CATEGORIES= net
@@ -8,10 +8,12 @@ MAINTAINER= kefren@NetBSD.org
HOMEPAGE= http://monotorrent.com/
COMMENT= Open source bittorrent library
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
-USE_TOOLS= gmake gtar
-EXTRACT_USING= gtar
+USE_TOOLS+= gmake bsdtartar pkg-config
+EXTRACT_USING= bsdtar
.include "../../lang/mono/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"