summaryrefslogtreecommitdiffstats
path: root/mail/queue-repair/Makefile
blob: 3968684716d84431edd0a7350ef03e967e19d0a8 (plain)
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:	queue-repair
# Date created:		22 Aug 2002
# Whom:			Sergei Kolobov <sergei@kolobov.com>
#
# $FreeBSD$
#

PORTNAME=	queue-repair
PORTVERSION=	0.8.6
CATEGORIES=	mail python
MASTER_SITES=	http://www.qcc.ca/~charlesc/software/queue_repair/

MAINTAINER=	sergei@kolobov.com

USE_PYTHON=	yes
USE_REINPLACE=	yes

DOCS=		BLURB CHANGELOG COPYING TODO docs.txt

do-build:
	${REINPLACE_CMD} -e 's,^#!/usr/bin/python,#!${PYTHON_CMD},' \
		${WRKSRC}/queue_repair.py

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue-repair
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for file in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud