# New ports collection makefile for:	pymsgauth
# Date created:		12 Aug 2002
# Whom:			Sergei Kolobov <sergei@kolobov.com>
#
# $FreeBSD: ports/mail/pymsgauth/Makefile,v 1.5 2003/02/21 12:42:22 knu Exp $
#

PORTNAME=	pymsgauth
PORTVERSION=	2.0.0
CATEGORIES=	mail python
MASTER_SITES=	http://www.qcc.ca/~charlesc/software/pymsgauth/

MAINTAINER=	sergei@kolobov.com
COMMENT=	Automatically process qsecretary confirmation requests

USE_PYTHON=	yes
USE_REINPLACE=	yes

NO_BUILD=	yes

DOCS=		BUGS CHANGELOG pymsgauth.txt pymsgauth.html

post-patch:
	${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
	 	${WRKSRC}/pymsgauth-*
	${RM} ${WRKSRC}/pymsgauth-*.bak

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/pymsgauth-* ${PYTHON_SITELIBDIR}
	${LN} -sf ${PYTHON_SITELIBDIR}/pymsgauth-* ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR}
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for file in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
	@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/pymsgauthrc-example ${EXAMPLESDIR}
	@${SED} -e 's,__EXAMPLES__,${EXAMPLESDIR},' ${PKGMESSAGE}

.include <bsd.port.mk>
