Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / torrentutils / Makefile
blob1c420fbe563068d8a00f8544daed182139f78195
1 # $NetBSD: Makefile,v 1.17 2012/10/03 21:57:11 wiz Exp $
3 DISTNAME= torrentutils-0.3.0
4 PKGREVISION= 5
5 CATEGORIES= net
6 MASTER_SITES= #
8 MAINTAINER= pkgsrc-users@NetBSD.org
9 # HOMEPAGE= http://oskarsapps.mine.nu/torrentutils.html
10 COMMENT= Manage BitTorrent files and interact with trackers
11 LICENSE= gnu-gpl-v2
13 DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
14 DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
16 USE_TOOLS+= bash:run gmake perl:run
17 REPLACE_BASH+= defrag.in
18 REPLACE_PERL= torrenttool.in
19 MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
21 INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
23 .include "../../mk/bsd.pkg.mk"