pkgsrc/sysutils/logfinder/Makefile
wiz 3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00

24 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/05/17 16:10:48 wiz Exp $
#
DISTNAME= logfinder-0.1
PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://www.eff.org/osp/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.eff.org/osp/
COMMENT= Eliminate Unwanted Logging of Personal Data
DEPENDS+= lsof>=4.72:../../sysutils/lsof
NO_BUILD= YES
REPLACE_PYTHON+= ${WRKSRC}/logfinder.py
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/logfinder.py ${DESTDIR}${PREFIX}/sbin/
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"