pkgsrc/net/torrentutils/Makefile

24 lines
669 B
Makefile
Raw Normal View History

2020-08-31 20:06:29 +02:00
# $NetBSD: Makefile,v 1.27 2020/08/31 18:10:54 wiz Exp $
DISTNAME= torrentutils-0.3.0
2020-08-31 20:06:29 +02:00
PKGREVISION= 13
CATEGORIES= net
MASTER_SITES= #
MAINTAINER= pkgsrc-users@NetBSD.org
# HOMEPAGE= http://oskarsapps.mine.nu/torrentutils.html
COMMENT= Manage BitTorrent files and interact with trackers
2011-03-28 01:05:15 +02:00
LICENSE= gnu-gpl-v2
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
#DEPENDS+= {perl>=5.7.3,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}
2010-01-27 17:52:13 +01:00
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"