diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:31:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:31:09 +0000 |
commit | aa48c982406bf3ae2fc7616f0d5dfd0654627380 (patch) | |
tree | 9c7b8d7af3ab6f4c4b742fb364df84b9851cf76c /net/libtorrent/Makefile | |
parent | 6e82078eeffa2d3575e27ed632f26e8ec04106e6 (diff) | |
download | pkgsrc-aa48c982406bf3ae2fc7616f0d5dfd0654627380.tar.gz |
DESTDIR support.
Diffstat (limited to 'net/libtorrent/Makefile')
-rw-r--r-- | net/libtorrent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 96acaa7ba19..7dee4ca3885 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/10/17 12:28:12 tron Exp $ +# $NetBSD: Makefile,v 1.17 2006/11/05 17:31:09 joerg Exp $ DISTNAME= libtorrent-0.10.3 CATEGORIES= net @@ -8,6 +8,8 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://libtorrent.rakshasa.no/ COMMENT= BitTorrent library written in C++ for *nix +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |