aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/btpd/Makefile
blob: 388b97526787d91d663f06293cc81e334038535a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

PORTNAME=	btpd
DISTVERSIONPREFIX=	v
DISTVERSION=	0.16
PORTREVISION=	3
CATEGORIES=	net-p2p

MAINTAINER=	mat@FreeBSD.org
COMMENT=	Bittorrent client consisting of a daemon and client commands

LICENSE=	BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB=	multi

USES=		autoreconf ssl

USE_GITHUB=	yes
USE_RC_SUBR=	btpd

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-openssl=${OPENSSLBASE}

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>