openbsd-ports/net/btpd/Makefile
robert 9c02a8e26a import of btpd-0.12:
btpd is a bittorrent  client consisting of a daemon and client commands,        
which can be used to read and/or manipulate the daemon state. The daemon        
is capable of running several torrents simultaneously and only uses one         
tcp port. It's fairly low on resource usage and should be perfect for           
file distribution sites. Efficient downloads and ease of use makes this         
client a good choice for the casual user as well

from Martin Cronier <hex29a@openbsd.se>
fixes from Vlad Glagolev <stelzy@gmail.com> and me
2007-01-03 08:39:50 +00:00

31 lines
652 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/01/03 08:39:50 robert Exp $
COMMENT= "BitTorrent Protocol Daemon"
DISTNAME= btpd-0.12
CATEGORIES= net
MAINTAINER= Martin Cronier <hex29a@openbsd.se>
HOMEPAGE= http://www.murmeldjur.se/btpd/
MASTER_SITES= ${HOMEPAGE} \
http://people.su.se/~rnyberg/btpd/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z ssl m event crypto pthread
LIB_DEPENDS= curl::net/curl
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/btpd
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/btpd
.include <bsd.port.mk>