freebsd-ports/mail/qmqtool/Makefile
Patrick Li d0ebd77f6b Update to 1.11
PR:		ports/82093
Submitted by:	maintainer
2005-06-10 07:41:09 +00:00

33 lines
748 B
Makefile

# New ports collection makefile for: qmqtool
# Date created: Sat Apr 9 09:45:30 EDT 2005
# Whom: Matthew Will <mwill@spingen.com>
#
# $FreeBSD$
#
PORTNAME= qmqtool
PORTVERSION= 1.11
CATEGORIES= mail
MASTER_SITES= http://jeremy.kister.net/code/qmqtool/ \
http://mirror.spingen.com/qmqtool/
DISTNAME= ${PORTNAME}-current
EXTRACT_SUFX= .tgz
MAINTAINER= mwill@spingen.com
COMMENT= Tool to manipulate contents of a qmail queue
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_BUILD= yes
USE_PERL5= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/qmqtool ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for FILE in Artistic ChangeLog FAQ README
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>