2005-07-13 17:06:56 +02:00
|
|
|
# New ports collection makefile for: supybot-plugins
|
|
|
|
# Date created: 2005-07-12
|
|
|
|
# Whom: Radim Kolar
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= supybot-plugins
|
2006-08-10 23:40:25 +02:00
|
|
|
PORTVERSION= 20060723
|
2009-07-13 19:00:58 +02:00
|
|
|
PORTREVISION= 1
|
2005-07-13 17:06:56 +02:00
|
|
|
CATEGORIES= irc python
|
2009-08-22 02:24:37 +02:00
|
|
|
MASTER_SITES= SF/supybot/OldFiles
|
2005-07-13 17:06:56 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Supybot-plugins-${PORTVERSION}
|
|
|
|
|
2009-05-04 20:42:24 +02:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2005-07-13 17:06:56 +02:00
|
|
|
COMMENT= Official plugin pack for Supybot
|
|
|
|
|
|
|
|
RUN_DEPENDS= supybot:${PORTSDIR}/irc/py-supybot
|
|
|
|
|
2009-12-13 18:00:14 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2005-07-13 17:06:56 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
post-extract:
|
2009-07-13 19:00:58 +02:00
|
|
|
# Delete, because it now included in irc/py-supybot
|
|
|
|
.for data in BadWords Dunno Success _darcs
|
|
|
|
@${RM} -rf ${WRKSRC}/${data}
|
|
|
|
.endfor
|
2005-07-13 17:06:56 +02:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC} && ${PYTHON_CMD} -c 'import compileall;compileall.compile_dir(".");' && ${PYTHON_CMD} -O -c 'import compileall;compileall.compile_dir(".");'
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${BINOWN}:${BINGRP} ${PYTHONPREFIX_SITELIBDIR}/supybot/plugins
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|