diff options
author | miwi <miwi@FreeBSD.org> | 2014-04-26 10:26:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-04-26 10:26:13 +0800 |
commit | 0c9d71e0de859f0a12a54de4e29860ebf188f0fe (patch) | |
tree | ac12a271c3d8bcc0d6c6f2a42d4b90d3539dd72b /net-p2p | |
parent | a0fbee9c113f28d5b952a58ac607811f15b306fe (diff) | |
download | freebsd-ports-gnome-0c9d71e0de859f0a12a54de4e29860ebf188f0fe.tar.gz freebsd-ports-gnome-0c9d71e0de859f0a12a54de4e29860ebf188f0fe.tar.zst freebsd-ports-gnome-0c9d71e0de859f0a12a54de4e29860ebf188f0fe.zip |
- Support USE_GITHUB
- Update DESCR
PR: 187749
Submitted by: Ports fury
Diffstat (limited to 'net-p2p')
-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/ |