1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-p2p/btpd/Makefile
2013-12-16 17:26:49 +00:00

25 lines
476 B
Makefile

# $FreeBSD$
PORTNAME= btpd
PORTVERSION= 0.16
PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Bittorrent client consisting of a daemon and client commands
LICENSE= BSD
OPTIONS_DEFINE= DOCS
USE_AUTOTOOLS= autoconf aclocal
GNU_CONFIGURE= yes
USE_OPENSSL= yes
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>