1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net-p2p/btpd/Makefile
Mathieu Arnold e3581f976f Add a rc startup script.
Leave the user creation to the end-user.

PR:		243352
Submitted by:	timp87 gmail com
2020-02-11 14:16:40 +00:00

30 lines
536 B
Makefile

# $FreeBSD$
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>