pkgsrc/mail/queue-repair/Makefile

24 lines
549 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2014/05/17 16:10:46 wiz Exp $
#
2004-08-30 14:39:19 +02:00
DISTNAME= queue-repair-0.9.0
PKGREVISION= 6
2004-08-30 14:39:19 +02:00
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://pyropus.ca/software/queue-repair/
2004-08-30 14:39:19 +02:00
COMMENT= Check or correct most corruptions of the queue in qmail
2004-08-30 14:39:19 +02:00
NO_BUILD= YES
REPLACE_PYTHON= queue_repair.py
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py \
${DESTDIR}${PREFIX}/bin/queue_repair
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"