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
|
2004-01-17 18:52:30 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= flz@xbsd.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
|
|
|
|
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
|
|
|
|
2004-01-17 18:52:30 +01:00
|
|
|
.include <bsd.port.mk>
|