blob: e9b49d438d7eb64ba2efc45085315ec9ab20a0d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: ctorrent
# Date created: Jan 17 2004
# Whom: Florent Thoumie <flz@xbsd.org>
#
# $FreeBSD$
#
PORTNAME= ctorrent
PORTVERSION= 1.3.r1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= CTorrent-1.3r1
MAINTAINER= flz@xbsd.org
COMMENT= BitTorrent Client program by C for FreeBSD and Linux
.include <bsd.port.mk>
|