opnsense-ports/mail/qmqtool/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
663 B
Makefile

# Created by: Matthew Will <mwill@spingen.com>
# $FreeBSD$
PORTNAME= qmqtool
PORTVERSION= 1.12
CATEGORIES= mail
MASTER_SITES= http://jeremy.kister.net/code/qmqtool/ \
http://mirror.spingen.com/qmqtool/
DISTNAME= ${PORTNAME}-current
MAINTAINER= mwill@spingen.com
COMMENT= Tool to manipulate contents of a qmail queue
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_BUILD= yes
USES= perl5 tar:tgz
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/qmqtool ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for FILE in Artistic ChangeLog FAQ README
${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>