summaryrefslogtreecommitdiff
path: root/irc/py-irclib/Makefile
blob: 1f12d5ff6ec300f9d94b7991f352336a55e456d0 (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
# New ports collection makefile for:	py-irclib
# Date created:				25 April 2001
# Whom:					Hye-Shik Chang <perky@python.or.kr>
#
# $FreeBSD$
#

PORTNAME=	irclib
PORTVERSION=	0.4.0
CATEGORIES=	irc python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	python-irclib
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-irclib-${PORTVERSION}

MAINTAINER=	perky@FreeBSD.org
COMMENT=	IRC protocol client library for Python

USE_PYTHON=	yes
USE_PYDISTUTILS=yes
EXAMPLEFILES=	irccat irccat2 servermap testbot.py \
		dccreceive dccsend

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
.for file in ${EXAMPLEFILES}
	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${EXAMPLESDIR}/
.endfor
.endif

.include <bsd.port.mk>