Tue Jan 29 11:31:59 2008 UTC ()
Supports DESTDIR.


(joerg)
diff -r1.7 -r1.8 pkgsrc/net/ctorrent/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/net/ctorrent/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ctorrent/Attic/Makefile 2008/01/18 05:08:41 1.7
+++ pkgsrc/net/ctorrent/Attic/Makefile 2008/01/29 11:31:58 1.8
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.7 2008/01/18 05:08:41 tnn Exp $ 1# $NetBSD: Makefile,v 1.8 2008/01/29 11:31:58 joerg Exp $
2 2
3DISTNAME= ctorrent-1.3.4 3DISTNAME= ctorrent-1.3.4
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctorrent/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctorrent/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://ctorrent.sourceforge.net/ 10HOMEPAGE= http://ctorrent.sourceforge.net/
11COMMENT= Bittorrent client for the console 11COMMENT= Bittorrent client for the console
12 12
 13PKG_DESTDIR_SUPPORT= user-destdir
 14
13USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
14USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
15GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
16 18
17.include "../../security/openssl/buildlink3.mk" 19.include "../../security/openssl/buildlink3.mk"
18.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"