diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-04-26 02:26:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-04-26 02:26:13 +0000 |
commit | e3b820bedb36020520ec1181351174eafd9d8e45 (patch) | |
tree | ac12a271c3d8bcc0d6c6f2a42d4b90d3539dd72b /net-p2p/btpd | |
parent | 215441382c84db6f03bcfe5db55b9cab6e21f174 (diff) | |
download | ports-e3b820bedb36020520ec1181351174eafd9d8e45.tar.gz ports-e3b820bedb36020520ec1181351174eafd9d8e45.zip |
Notes
Diffstat (limited to 'net-p2p/btpd')
-rw-r--r-- | net-p2p/btpd/Makefile | 14 | ||||
-rw-r--r-- | net-p2p/btpd/pkg-descr | 12 |
2 files changed, 15 insertions, 11 deletions
diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index 0533b2b108c9..b43e75dfa2ec 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -4,21 +4,25 @@ PORTNAME= btpd PORTVERSION= 0.16 PORTREVISION= 2 CATEGORIES= net-p2p -MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/ +MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= Bittorrent client consisting of a daemon and client commands LICENSE= BSD -OPTIONS_DEFINE= DOCS +WRKSRC= ${WRKDIR}/${DISTNAME} + +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} -USE_AUTOTOOLS= autoconf aclocal -GNU_CONFIGURE= yes USE_OPENSSL= yes +USE_AUTOTOOLS= aclocal autoconf + +OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ + (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/net-p2p/btpd/pkg-descr b/net-p2p/btpd/pkg-descr index dac53a55dfc2..6f1d33c1945c 100644 --- a/net-p2p/btpd/pkg-descr +++ b/net-p2p/btpd/pkg-descr @@ -1,8 +1,8 @@ -BTPD is a bittorrent client consisting of a daemon and client commands, which -can be used to read and/or manipulate the daemon state. The daemon is capable of -running several torrents simultaneously and only uses one tcp port. It's fairly -low on resource usage and should be perfect for file distribution sites. -Efficient downloads and ease of use makes this client a good choice for the -casual user as well. +BTPD is a bittorrent client consisting of a daemon and client commands, +which can be used to read and/or manipulate the daemon state. The daemon +is capable of running several torrents simultaneously and only uses one +tcp port. It's fairly low on resource usage and should be perfect for +file distribution sites. Efficient downloads and ease of use makes this +client a good choice for the casual user as well. WWW: http://wiki.github.com/btpd/btpd/ |