2004-01-17 18:52:30 +01:00
|
|
|
# New ports collection makefile for: ctorrent
|
|
|
|
# Date created: Jan 17 2004
|
|
|
|
# Whom: Florent Thoumie <flz@xbsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ctorrent
|
2007-08-14 14:22:11 +02:00
|
|
|
PORTVERSION= 3.2
|
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
|
|
|
|
2005-03-01 13:28:00 +01:00
|
|
|
MAINTAINER= flz@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
|
2007-08-14 14:22:11 +02:00
|
|
|
#WRKSRC= ${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL}
|
2005-07-29 22:23:04 +02:00
|
|
|
|
2004-02-02 18:57:40 +01:00
|
|
|
PLIST_FILES= bin/ctorrent
|
2004-07-02 12:03:36 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2004-02-02 18:57:40 +01:00
|
|
|
|
2005-07-31 16:30:36 +02:00
|
|
|
PORTDOCS= README-DNH.TXT
|
2005-07-29 22:23:04 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
|
|
|
|
.endif
|
|
|
|
|
2004-01-17 18:52:30 +01:00
|
|
|
.include <bsd.port.mk>
|