| File: net/bittorrent/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 1 |
| GARNAME = bittorrent | GARNAME = bittorrent |
| GARVERSION = 3.2.1b | GARVERSION = 3.3 |
| CATEGORIES = net MASTER_SITES = http://www.bitconjurer.org/BitTorrent/ DISTFILES = BitTorrent-$(GARVERSION).tar.gz | CATEGORIES = net MASTER_SITES = http://www.bitconjurer.org/BitTorrent/ DISTFILES = BitTorrent-$(GARVERSION).tar.gz |
| PATCHFILES = nice-command-line.patch # makes btdownloadfoo url | # PATCHFILES = nice-command-line.patch # makes btdownloadfoo url |
| # and btdownloadfoo responsefile # work without --url/--responsefile | # and btdownloadfoo responsefile # work without --url/--responsefile |
| PATCHFILES += oneline.patch # one-line console downloader by Aaron Swartz | PATCHFILES = oneline.patch # one-line console downloader by Aaron Swartz |
| # put your e-mail address in here, as in: Foo Bar <foo@bar.com> MAINTAINER = Seth Schoen <schoen@loyalty.org> # GPL, GPL2, BSD, MIT, etc. Or add the URL to any custom license | # put your e-mail address in here, as in: Foo Bar <foo@bar.com> MAINTAINER = Seth Schoen <schoen@loyalty.org> # GPL, GPL2, BSD, MIT, etc. Or add the URL to any custom license |
| Line 21 | Line 21 |
| WORKSRC = $(WORKDIR)/BitTorrent-$(GARVERSION) | WORKSRC = $(WORKDIR)/BitTorrent-$(GARVERSION) |
| LIBDEPS = DEPENDS = lang/python lib/ncurses BUILDDEPS = | SOURCE_LANGUAGES = python DEPENDS = lib/ncurses |
| INSTALL_SCRIPTS = custom | INSTALL_SCRIPTS = custom |