a822913478
Changes: 0.5.1 (July 23, 2001) * Added a -D option which deletes al message in both local and remote queue. [Thanks Kasper Holtze] * Fixed a bug with the CC field when displaying message list. o depend on qmail>=1.03 o use REPLACE_PERL instead of ${SED}
26 lines
616 B
Makefile
26 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/08/13 15:03:45 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= qmHandle-0.5.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.io.com/~mick/soft/
|
|
|
|
MAINTAINER= zuntum@netbsd.org
|
|
HOMEPAGE= http://www.io.com/~mick/soft/qmhandle.html
|
|
COMMENT= tool to view and manage the qmail message queue
|
|
|
|
RESTRICTED= "Contact author before reselling"
|
|
|
|
DEPENDS+= qmail>=1.03:../../mail/qmail
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
USE_PERL5= YES
|
|
REPLACE_PERL= qmHandle
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qmHandle.README
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|