blob: 010c0f8d3fb6b8ff23657d4f66b9cfeb82ae4907 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:50 rillig Exp $
#
DISTNAME= torrentutils-0.3.0
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.student.lu.se/~nbi98oli/src/
COMMENT= Manage BitTorrent files and interact with trackers
DEPENDS+= bash-[0-9]*:../../shells/bash
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
USE_TOOLS+= gmake perl:run
REPLACE_PERL= torrenttool.in
post-build:
${SED} "s!/bin/sh!${PREFIX}/bin/bash!" ${WRKSRC}/defrag \
> ${WRKSRC}/defrag.patched && \
${MV} ${WRKSRC}/defrag.patched ${WRKSRC}/defrag
.include "../../mk/bsd.pkg.mk"
|