summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"