blob: 460b7a095a66972617c1a54e4e6495737f9cbc79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 2004/06/25 17:20:47 wiz Exp $
#
DISTNAME= ctorrent-1.3.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctorrent/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ctorrent.sourceforge.net/
COMMENT= Bittorrent client for the console
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|