blob: 91d6f1c71f0749ad4854446b2c904bc4260b8f2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:45 tv Exp $
DISTNAME= ctorrent-1.3.4
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctorrent/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ctorrent.sourceforge.net/
COMMENT= Bittorrent client for the console
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|