2013-09-21 00:28:25 +02:00
|
|
|
# Created by: Florent Thoumie <flz@xbsd.org>
|
2004-01-17 18:52:30 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ctorrent
|
2008-06-21 14:41:12 +02:00
|
|
|
PORTVERSION= 3.3.2
|
2010-02-22 20:02:37 +01:00
|
|
|
PORTREVISION= 3
|
2006-01-30 22:36:28 +01:00
|
|
|
CATEGORIES= net-p2p
|
2007-01-09 03:31:24 +01:00
|
|
|
MASTER_SITES= http://www.rahul.net/dholmes/ctorrent/
|
2007-08-14 14:22:11 +02:00
|
|
|
DISTNAME= ${PORTNAME}-dnh${PORTVERSION}
|
2004-01-17 18:52:30 +01:00
|
|
|
|
2013-06-11 06:44:18 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2004-01-26 09:47:44 +01:00
|
|
|
COMMENT= BitTorrent Client written in C for FreeBSD and Linux
|
2004-01-17 18:52:30 +01:00
|
|
|
|
2004-02-01 20:43:37 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-07-29 22:23:04 +02:00
|
|
|
|
2004-02-02 18:57:40 +01:00
|
|
|
PLIST_FILES= bin/ctorrent
|
2007-08-24 11:40:35 +02:00
|
|
|
PORTDOCS= README-DNH.TXT UserGuide
|
2005-07-29 22:23:04 +02:00
|
|
|
|
2014-02-21 14:38:52 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-10-28 20:10:04 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2005-07-29 22:23:04 +02:00
|
|
|
post-install:
|
2013-10-28 20:10:04 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2007-08-25 13:49:56 +02:00
|
|
|
.for i in ${PORTDOCS}
|
2013-10-28 20:10:04 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR}/
|
2007-08-25 13:49:56 +02:00
|
|
|
.endfor
|
2005-07-29 22:23:04 +02:00
|
|
|
.endif
|
|
|
|
|
2004-01-17 18:52:30 +01:00
|
|
|
.include <bsd.port.mk>
|