Based on packaged by Jeff Woodall and provided via PR#43254. Enhanced CTorrent is a BitTorrent console client written in C/C++. Like ctorrent, which it is based on, high performance with minimal system resources and dependencies is a priority. Enhanced CTorrent adds additional features like dynamic adjustments and fixes several bugs in the original ctorrent client (obsolete and marked EOL in pkgsrc repository). More info at: http://www.rahul.net/dholmes/ctorrent/
31 lines
728 B
Makefile
31 lines
728 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/05/26 13:24:43 obache Exp $
|
|
#
|
|
|
|
DISTNAME= ctorrent-dnh3.3.2
|
|
PKGNAME= dtorrent-3.3.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtorrent/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://dtorrent.sourceforge.net/
|
|
COMMENT= Enhanced CTorrent, a BitTorrent console client written in C/C++
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CONFLICTS= ctorrent-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
|
|
|
|
DOCDIR= share/doc/ctorrent
|
|
|
|
INSTALLATION_DIRS= ${DOCDIR}
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/UserGuide ${DESTDIR}${PREFIX}/${DOCDIR}
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|