2013-09-20 20:44:49 +02:00
|
|
|
# Created by: Tim Middleton <x@vex.net>
|
2004-03-10 16:53:16 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= supybot
|
2009-07-19 18:10:57 +02:00
|
|
|
PORTVERSION= 0.83.4.1
|
2004-03-10 16:53:16 +01:00
|
|
|
CATEGORIES= irc python
|
2009-08-22 02:24:37 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Supybot-${PORTVERSION}
|
2004-03-10 16:53:16 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Supybot-${PORTVERSION}
|
|
|
|
|
2009-05-04 20:42:24 +02:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2004-03-10 16:53:16 +01:00
|
|
|
COMMENT= Supybot - A Superb Python IRC bot
|
|
|
|
|
2006-05-19 16:10:05 +02:00
|
|
|
USE_BZIP2= yes
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= yes
|
2004-03-10 16:53:16 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGVERSION= 0.83.1+darcs
|
2007-10-24 01:07:29 +02:00
|
|
|
PYDISTUTILS_EGGINFO= supybot-${PORTVERSION}-py${PYTHON_VER}.egg-info
|
2004-03-10 16:53:16 +01:00
|
|
|
|
2006-05-19 16:10:05 +02:00
|
|
|
DOCS= ACKS ChangeLog INSTALL LICENSE README RELNOTES
|
2005-04-05 20:22:40 +02:00
|
|
|
|
|
|
|
MANCOMPRESSED= no
|
2006-05-19 16:10:05 +02:00
|
|
|
MAN1= supybot.1 supybot-adduser.1 supybot-wizard.1 supybot-botchk.1 \
|
|
|
|
supybot-plugin-create.1 supybot-plugin-doc.1
|
2004-03-10 16:53:16 +01:00
|
|
|
|
2013-09-20 20:44:49 +02:00
|
|
|
NO_STAGE= yes
|
2004-03-10 16:53:16 +01:00
|
|
|
post-install:
|
2005-04-05 20:22:40 +02:00
|
|
|
.for f in ${MAN1}
|
2006-05-19 16:10:05 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/docs/man/${f} ${MAN1PREFIX}/man/man1
|
2005-04-05 20:22:40 +02:00
|
|
|
.endfor
|
2006-05-19 16:10:05 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-03-10 16:53:16 +01:00
|
|
|
.for f in ${DOCS}
|
2006-05-19 16:10:05 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
2004-03-10 16:53:16 +01:00
|
|
|
.endfor
|
2006-05-19 16:10:05 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/GETTING_STARTED ${DOCSDIR}
|
2004-03-10 16:53:16 +01:00
|
|
|
.endif
|
|
|
|
.if !defined(BATCH)
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|