blob: 27a1e039d9fbd4f520656865459134ce60446a6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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.12
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>
|