f9a0c7d5fc
From Sergey Svishchev in private mail.
22 lines
632 B
Makefile
22 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.13 2007/03/04 11:29:58 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= torrentutils-0.3.0
|
|
PKGREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= #
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
# HOMEPAGE= http://oskarsapps.mine.nu/torrentutils.html
|
|
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+= bash:run gmake perl:run
|
|
REPLACE_BASH+= defrag.in
|
|
REPLACE_PERL= torrenttool.in
|
|
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|