diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-01 19:15:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-01 19:15:39 +0000 |
commit | 6d083a995fe08dfc4c4c4eb4eb22b1dd9c2ecb8b (patch) | |
tree | d58774d2518db1c08f1b659c15af983cbda55476 /net-p2p/py-bittornado/Makefile | |
parent | 211b52d2ab5ebd670632ac2ee997701b60c5e582 (diff) |
Notes
Diffstat (limited to 'net-p2p/py-bittornado/Makefile')
-rw-r--r-- | net-p2p/py-bittornado/Makefile | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/net-p2p/py-bittornado/Makefile b/net-p2p/py-bittornado/Makefile index d698415b9635..e3253dc9a28c 100644 --- a/net-p2p/py-bittornado/Makefile +++ b/net-p2p/py-bittornado/Makefile @@ -5,33 +5,33 @@ # $FreeBSD$ # -PORTNAME= shadow-BitTorrent -PORTVERSION= 5.8.11 -CATEGORIES?= net python -MASTER_SITES= http://home.gil.com.au/~cbadsl/shadow/ \ - http://mediahost.inetsalestech.com/shadow/ +PORTNAME= BitTornado +PORTVERSION= 0.2.0 +CATEGORIES?= net python ipv6 +MASTER_SITES= http://e.scarywater.net/bt/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= BitTorrent-experimental-S-${PORTVERSION} MAINTAINER= sw@gegenunendlich.de -COMMENT?= Experimental BitTorrent client with enhanced features +COMMENT?= An extended BitTorrent peer-to-peer tool for distributing files -CONFLICTS= py??-BitTorrent-* +CONFLICTS= py??-*[Bb]it[Tt]orrent* USE_PYTHON= yes USE_PYDISTUTILS=yes USE_REINPLACE= yes -WRKSRC= ${WRKDIR}/bittorrent-CVS-shadowsclient +WRKSRC= ${WRKDIR}/${PORTNAME}-CVS DOC_FILES= BUILD.windows.txt FAQ.txt IMPORTANT-multitracker-readme.txt \ INSTALL.unix.txt LICENSE.txt README.txt \ README-experimental.txt credits.txt multitracker-spec.txt \ - webseed-spec.txt + README-Psyco.txt todo.txt webseed-spec.txt +EXTRA_DOC_FILES= multitracker/README.txt # required for GUI .ifndef(WITHOUT_GUI) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython PLIST_SUB+= GUI='' +EXTRA_PATCHES+= ${FILESDIR}/extra-gui-patch-setup.py .else EXTRA_PATCHES+= ${FILESDIR}/extra-nogui-patch-setup.py PLIST_SUB+= GUI='@comment ' @@ -58,6 +58,9 @@ post-install: .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor +.for file in ${EXTRA_DOC_FILES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/`${ECHO} ${file} | ${SED} -e 's|/|_|g'` +.endfor .endif .include <bsd.port.mk> |