1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/irc/py-supybot/Makefile
Hye-Shik Chang fc2eebf9f1 This port requires Python 2.3+.
Submitted by:	James Vega <vega_james@lycos.com>
2004-04-08 06:56:17 +00:00

42 lines
898 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.0
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
DOCSDIR= ${PREFIX}/share/doc/supybot
DOCS= CAPABILITIES FAQ OVERVIEW CONFIGURATION \
GETTING_STARTED RELEASE-CHECKLIST EXAMPLE \
INTERFACES STYLE \
../ACKS ../BUGS ../ChangeLog ../DEVS ../LICENSE \
../README ../RELNOTES ../TODO
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_MAN} ${WRKSRC}/docs/${f} ${DOCSDIR}
.endfor
.endif
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>