2008-11-15 21:38:38 +00:00
|
|
|
# New ports collection makefile for: btpd
|
|
|
|
# Date created: 2008-11-14
|
|
|
|
# Whom: bapt <baptiste.daroussin@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= btpd
|
2010-08-11 15:19:08 +00:00
|
|
|
PORTVERSION= 0.16
|
2010-09-15 18:35:24 +00:00
|
|
|
PORTREVISION= 1
|
2008-11-15 21:38:38 +00:00
|
|
|
CATEGORIES= net-p2p
|
2010-08-11 15:19:08 +00:00
|
|
|
MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/
|
2008-11-15 21:38:38 +00:00
|
|
|
|
2010-07-28 17:31:01 +00:00
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
2010-08-11 15:19:08 +00:00
|
|
|
COMMENT= Bittorrent client consisting of a daemon and client commands
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
2008-11-15 21:38:38 +00:00
|
|
|
|
2010-12-04 07:34:27 +00:00
|
|
|
USE_AUTOTOOLS= autoconf aclocal
|
2008-11-15 21:38:38 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2010-08-11 15:19:08 +00:00
|
|
|
USE_OPENSSL= yes
|
2009-02-18 07:32:47 +00:00
|
|
|
|
2008-11-15 21:38:38 +00:00
|
|
|
PLIST_FILES= bin/btcli \
|
|
|
|
bin/btinfo \
|
|
|
|
bin/btpd
|
2010-08-11 15:19:08 +00:00
|
|
|
MAN1= btcli.1 \
|
|
|
|
btinfo.1 \
|
|
|
|
btpd.1
|
2008-11-15 21:38:38 +00:00
|
|
|
|
|
|
|
PORTDOCS= README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2009-02-18 07:32:47 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
2008-11-15 21:38:38 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|