1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/irc/py-irclib/Makefile
Hye-Shik Chang 1af40dcb00 Update to 0.4.8
PR:		128451
Submitted by:	lwhsu
2008-10-31 03:25:33 +00:00

35 lines
805 B
Makefile

# New ports collection makefile for: py-irclib
# Date created: 25 April 2001
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= irclib
PORTVERSION= 0.4.8
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
PYDISTUTILS_PKGNAME= python-irclib
EXAMPLEFILES= irccat irccat2 servermap testbot.py \
dccreceive dccsend
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
.if !defined(NOPORTEXAMPLES)
post-install:
@${MKDIR} ${EXAMPLESDIR}
.for file in ${EXAMPLEFILES}
@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${EXAMPLESDIR}/
.endfor
.endif
.include <bsd.port.mk>