View | Details | Raw Unified | Return to bug 136483
Collapse All | Expand All

(-)Makefile (-1 / +9 lines)
Lines 7-19 Link Here
7
7
8
PORTNAME=	ctorrent
8
PORTNAME=	ctorrent
9
PORTVERSION=	3.3.2
9
PORTVERSION=	3.3.2
10
PORTREVISION=	1
10
CATEGORIES=	net-p2p
11
CATEGORIES=	net-p2p
11
MASTER_SITES=	http://www.rahul.net/dholmes/ctorrent/
12
MASTER_SITES=	SF/dtorrent http://www.rahul.net/dholmes/ctorrent/
12
DISTNAME=	${PORTNAME}-dnh${PORTVERSION}
13
DISTNAME=	${PORTNAME}-dnh${PORTVERSION}
13
14
14
MAINTAINER=	flz@FreeBSD.org
15
MAINTAINER=	flz@FreeBSD.org
15
COMMENT=	BitTorrent Client written in C for FreeBSD and Linux
16
COMMENT=	BitTorrent Client written in C for FreeBSD and Linux
16
17
18
OPTIONS=	CTCS	"CTorrent Control Server (CTCS)" Off
19
.include <bsd.port.options.mk>
20
21
.if defined(WITH_CTCS)
22
RUN_DEPENDS=	${LOCALBASE}/bin/ctcs:${PORTSDIR}/net-p2p/ctcs
23
.endif
24
17
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
18
#WRKSRC=		${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL}
26
#WRKSRC=		${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL}

Return to bug 136483