head	1.7;
access;
symbols
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.7
date	2007.02.05.20.52.39;	author tmclaugh;	state dead;
branches;
next	1.6;

1.6
date	2004.02.06.13.10.42;	author trevor;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.25.06.25.26;	author perky;	state Exp;
branches;
next	1.4;

1.4
date	2002.10.25.21.25.45;	author perky;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.25.07.50.52;	author perky;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.29.11.28.31;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.26.05.41.19;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove port: Included with all current python versions in ports tree.

PR:		107263
Submitted by:	Li-Wen Hsu
Approved by:	python@@ (alexbl)
@
text
@# New ports collection makefile for:	py-bzip2
# Date created:		26 March 2002
# Whom:			Hye-Shik Chang <perky@@fallin.lv>
#
# $FreeBSD: ports/archivers/py-bzip2/Makefile,v 1.6 2004/02/06 13:10:42 trevor Exp $
#

PORTNAME=	bzip2
PORTVERSION=	1.1
CATEGORIES=	archivers python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	python-bz2
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-bz2-${PORTVERSION}

MAINTAINER=	perky@@FreeBSD.org
COMMENT=	Python Interface for bz2 Compression Library

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/bz2.so
USE_BZIP2=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
@


1.6
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@De-pkg-comment for my ports.
@
text
@d19 1
@


1.4
log
@Update to 1.1
@
text
@d17 1
@


1.3
log
@Updating my email address.

Approved by: cjh (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@


1.2
log
@use USE_PYDISTUTILS
@
text
@d16 1
a16 1
MAINTAINER=	perky@@fallin.lv
@


1.1
log
@add py-bzip2 1.0
Python Interface for bz2 Compression Library

PR:		36319
Submitted by:	Hye-Shik Chang <perky@@fallin.lv>
@
text
@d20 1
a20 7
SETUP_CMD=	cd ${WRKSRC} && ${PYTHON_CMD} setup.py

do-build:
	${SETUP_CMD} build

do-install:
	${SETUP_CMD} install -c -O1 --prefix=${PREFIX}
@

