aboutsummaryrefslogtreecommitdiff
path: root/irc/py-supybot/Makefile
blob: 1156a67bc762e5f22542590f45549e3f03e83d6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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=	yes
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>