freebsd-ports/irc/py-supybot/Makefile
Mark Linimon 7252c4fc00 Update to 0.77.2: some config names changed (see ChangeLog); new LogToIRC
plugin; many bug fixes.

PR:		ports/65950
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-04-30 08:45:19 +00:00

36 lines
743 B
Makefile

# New ports collection makefile for: py-supybot
# Date created: 01 March 2004
# Whom: Tim Middleton <x@vex.net>
#
# $FreeBSD$
#
PORTNAME= supybot
PORTVERSION= 0.77.2
CATEGORIES= irc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= supybot
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Supybot-${PORTVERSION}
MAINTAINER= x@Vex.Net
COMMENT= Supybot - A Superb Python IRC bot
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
DOCS= ACKS BUGS ChangeLog DEVS LICENSE README RELNOTES TODO
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
@${CP} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
@${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}/
.endif
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>