pkgsrc/mail/queue-repair/Makefile
schmonz 149eb44708 Rename queue_repair to queue-repair, in keeping with the package name
and updated HOMEPAGE. The installed command is still "queue_repair".
2005-07-14 04:23:14 +00:00

21 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.1 2005/07/14 04:23:14 schmonz Exp $
#
DISTNAME= queue-repair-0.9.0
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://pyropus.ca/software/queue-repair/
COMMENT= Check or correct most corruptions of the queue in qmail
NO_BUILD= YES
PYTHON_PATCH_SCRIPTS= queue_repair.py
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue_repair
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"