# New ports collection makefile for: shadow-BitTorrent # Date created: 23 February 2004 # Whom: Stefan Walter # # $FreeBSD$ # PORTNAME= shadow-BitTorrent PORTVERSION= 5.8.10 CATEGORIES?= net python MASTER_SITES= http://home.elp.rr.com/tur/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= BitTorrent-experimental-S-${PORTVERSION} MAINTAINER= sw@gegenunendlich.de COMMENT?= Experimental BitTorrent client with enhanced features CONFLICTS= py??-BitTorrent-* USE_PYTHON= yes USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/bittorrent-CVS-shadowsclient DOC_FILES= BUILD.windows.txt INSTALL.unix.txt LICENSE.txt \ README.txt README-experimental.txt credits.txt # required for GUI .ifndef(WITHOUT_GUI) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython PLIST_SUB+= GUI='' .else EXTRA_PATCHES+= ${FILESDIR}/extra-nogui-patch-setup.py PLIST_SUB+= GUI='@comment ' .endif pre-everything:: .ifndef(WITHOUT_GUI) @${ECHO_MSG} '===> Define WITHOUT_GUI to disable GUI installation' .endif post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include