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