2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Sergei Kolobov <sergei@kolobov.com>
|
2002-10-07 17:10:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pymsgauth
|
2005-02-18 14:53:11 +01:00
|
|
|
PORTVERSION= 2.1.0
|
2014-06-05 23:35:21 +02:00
|
|
|
PORTREVISION= 1
|
2002-10-07 17:10:24 +02:00
|
|
|
CATEGORIES= mail python
|
2005-02-18 14:53:11 +01:00
|
|
|
MASTER_SITES= http://pyropus.ca/software/pymsgauth/
|
2002-10-07 17:10:24 +02:00
|
|
|
|
2008-07-27 06:30:53 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Automatically process qsecretary confirmation requests
|
2002-10-07 17:10:24 +02:00
|
|
|
|
2014-06-05 23:35:21 +02:00
|
|
|
USES= shebangfix
|
|
|
|
SHEBANG_FILES= pymsgauth-clean pymsgauth-confirm pymsgauth-mail
|
2002-10-07 17:10:24 +02:00
|
|
|
USE_PYTHON= yes
|
2014-06-05 23:35:21 +02:00
|
|
|
NO_BUILD= yes
|
2002-10-07 17:10:24 +02:00
|
|
|
|
2005-02-18 14:53:11 +01:00
|
|
|
SUB_FILES= pkg-message
|
2002-10-07 17:10:24 +02:00
|
|
|
|
2002-10-14 15:41:29 +02:00
|
|
|
DOCS= BUGS CHANGELOG pymsgauth.txt pymsgauth.html
|
2005-02-18 14:53:11 +01:00
|
|
|
EXAMPLES= pymsgauthrc-example
|
2002-10-07 17:10:24 +02:00
|
|
|
|
2014-08-06 06:34:23 +02:00
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
2002-10-07 17:10:24 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-06-05 23:35:21 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/*.py ${WRKSRC}/pymsgauth-* \
|
|
|
|
${STAGEDIR}${DATADIR}
|
|
|
|
.for f in clean confirm mail
|
|
|
|
${LN} -sf ${DATADIR}/pymsgauth-${f} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.endfor
|
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2002-10-07 17:10:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|