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
|
2004-12-28 15:27:54 +00:00
|
|
|
PORTVERSION= 1.3.4
|
2005-07-29 20:23:04 +00:00
|
|
|
PORTREVISION= 1
|
2004-01-17 17:52:30 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
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
|
2004-12-28 15:27:54 +00:00
|
|
|
USE_BZIP2= yes
|
2004-02-01 19:43:37 +00:00
|
|
|
|
2005-07-29 20:23:04 +00:00
|
|
|
PATCH_SITES= http://www.rahul.net/dholmes/ctorrent/
|
|
|
|
PATCHFILES= patchset-ctorrent-1.3.4-dnh1.diff
|
|
|
|
|
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>
|