2015-07-12 20:56:06 +02:00
|
|
|
# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:27 wiz Exp $
|
2004-03-04 16:47:34 +01:00
|
|
|
|
|
|
|
DISTNAME= torrentutils-0.3.0
|
2015-06-12 12:48:20 +02:00
|
|
|
PKGREVISION= 9
|
2004-03-04 16:47:34 +01:00
|
|
|
CATEGORIES= net
|
2007-03-04 12:29:57 +01:00
|
|
|
MASTER_SITES= #
|
2004-03-04 16:47:34 +01:00
|
|
|
|
2006-07-13 12:18:31 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-03-04 12:29:57 +01:00
|
|
|
# HOMEPAGE= http://oskarsapps.mine.nu/torrentutils.html
|
2004-03-04 16:47:34 +01:00
|
|
|
COMMENT= Manage BitTorrent files and interact with trackers
|
2011-03-28 01:05:15 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2004-03-04 16:47:34 +01:00
|
|
|
|
|
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
|
2004-03-04 16:47:34 +01:00
|
|
|
|
2006-10-25 23:07:11 +02:00
|
|
|
USE_TOOLS+= bash:run gmake perl:run
|
|
|
|
REPLACE_BASH+= defrag.in
|
2004-03-04 16:47:34 +01:00
|
|
|
REPLACE_PERL= torrenttool.in
|
2006-10-25 23:07:11 +02:00
|
|
|
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
|
2004-08-29 21:46:45 +02:00
|
|
|
|
2010-01-27 17:52:13 +01:00
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
|
|
|
|
2004-03-04 16:47:34 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|