mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e3b820bedb
- Update DESCR PR: 187749 Submitted by: Ports fury
29 lines
496 B
Makefile
29 lines
496 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= btpd
|
|
PORTVERSION= 0.16
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= GHC
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Bittorrent client consisting of a daemon and client commands
|
|
|
|
LICENSE= BSD
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ${PORTNAME}
|
|
|
|
USE_OPENSSL= yes
|
|
USE_AUTOTOOLS= aclocal autoconf
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR})
|
|
|
|
.include <bsd.port.mk>
|