1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net-p2p/btpd/Makefile
Nuno Teixeira 6e1ae8619a net-p2p/btpd: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-20 14:04:20 +00:00

33 lines
798 B
Makefile

PORTNAME= btpd
DISTVERSIONPREFIX= v
DISTVERSION= 0.16
PORTREVISION= 4
CATEGORIES= net-p2p
MAINTAINER= mat@FreeBSD.org
COMMENT= Bittorrent client consisting of a daemon and client commands
WWW= https://github.com/btpd/btpd/wiki
LICENSE= BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB= multi
DEPRECATED= Abandoned upstream, lacks support for common functionality such as Magnet links, DHT, PEX and HTTPS. Consider net-p2p/qbittorrent or net-p2p/transmission
EXPIRATION_DATE=2024-03-31
USES= autoreconf ssl
USE_GITHUB= yes
USE_RC_SUBR= btpd
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
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>