aboutsummaryrefslogtreecommitdiffstats
path: root/irc/py-supybot-plugins/Makefile
blob: 5cc792dadc551661edc25a77f3d04cca2490e9eb (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
# 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: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>
='commitgraph'>* - Fix build with gcc4.kevlo2007-10-022-13/+12 * Mark as broken with gcc4.2 on 64-bit archs.linimon2007-10-021-1/+9 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Fix build with gcc 4.xkevlo2006-12-161-0/+10 * Update MASTER_SITES and WWW.kevlo2006-05-162-2/+2 * SHA256ifyedwin2006-01-221-0/+1 * set USE_X_PREFIX. Pointed by kriskevlo2005-10-241-0/+1 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * - Update to 0.9.84 (and unbreak)pav2004-02-249-74/+116 * Per bento logs, mark as broken on recent versions of 5.x due to gcc3.3linimon2003-12-231-1/+7 * Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedmarcus2003-11-071-2/+2 * Oops, this one is correctkevlo2003-05-221-3/+1 * Update to 0.9.83 and mark unbroken.kevlo2003-05-224-6/+16 * BROKEN on 5.1: bad C++kris2003-05-181-1/+7