freebsd-ports/irc/py-supybot-plugins/Makefile
Erwin Lansing 3e67d040d7 Reset dhn's ports
PR:		197522
Submitted by:	jbeich
Approved by:	portmgr
2015-06-12 20:58:13 +00:00

31 lines
857 B
Makefile

# Created by: Radim Kolar
# $FreeBSD$
PORTNAME= supybot-plugins
PORTVERSION= 20060723
PORTREVISION= 1
CATEGORIES= irc python
MASTER_SITES= SF/supybot/OldFiles
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Supybot-plugins-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Official plugin pack for Supybot
RUN_DEPENDS= supybot:${PORTSDIR}/irc/py-supybot
USES= python tar:bzip2
post-extract:
# Delete, because it now included in irc/py-supybot
.for data in BadWords Dunno Success _darcs
@${RM} -rf ${WRKSRC}/${data}
.endfor
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} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/supybot/plugins
.include <bsd.port.mk>