2004-01-17 17:52:30 +00:00
|
|
|
# New ports collection makefile for: ctorrent
|
|
|
|
# Date created: Jan 17 2004
|
|
|
|
# Whom: Florent Thoumie <flz@xbsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ctorrent
|
2007-01-09 02:31:24 +00:00
|
|
|
PORTVERSION= ${PATCHLEVEL}
|
|
|
|
PATCHLEVEL= 2.2
|
|
|
|
RELVERSION= 1.3.4
|
2006-01-30 21:36:28 +00:00
|
|
|
CATEGORIES= net-p2p
|
2007-01-09 02:31:24 +00:00
|
|
|
MASTER_SITES= http://www.rahul.net/dholmes/ctorrent/
|
|
|
|
DISTFILES= ${PORTNAME}-${RELVERSION}-dnh${PATCHLEVEL}.tar.gz
|
2004-01-17 17:52:30 +00:00
|
|
|
|
2005-03-01 12:28:00 +00:00
|
|
|
MAINTAINER= flz@FreeBSD.org
|
2004-01-26 08:47:44 +00:00
|
|
|
COMMENT= BitTorrent Client written in C for FreeBSD and Linux
|
2004-01-17 17:52:30 +00:00
|
|
|
|
2004-02-01 19:43:37 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-09 02:31:24 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL}
|
2005-07-29 20:23:04 +00:00
|
|
|
|
2004-02-02 17:57:40 +00:00
|
|
|
PLIST_FILES= bin/ctorrent
|
2004-07-02 10:03:36 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2004-02-02 17:57:40 +00:00
|
|
|
|
2005-07-31 14:30:36 +00:00
|
|
|
PORTDOCS= README-DNH.TXT
|
2005-07-29 20:23:04 +00:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
|
|
|
|
.endif
|
|
|
|
|
2004-01-17 17:52:30 +00:00
|
|
|
.include <bsd.port.mk>
|