f5aed2fc53
Changes: Several functional and stylish adjustments to the code, and better handling of qmail start/stop.
24 lines
580 B
Makefile
24 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/12/17 22:35:56 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= qmHandle-1.0.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.italpro.net/mb/soft/
|
|
|
|
MAINTAINER= zuntum@netbsd.org
|
|
HOMEPAGE= http://www.italpro.net/mb/soft/qmhandle.html
|
|
COMMENT= tool to view and manage the qmail message queue
|
|
|
|
RESTRICTED= "Contact author before reselling"
|
|
|
|
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"
|