head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2013.02.20.16.45.20;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2009.10.03.10.47.15;	author avl;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.28.20.44.04;	author avl;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.19.22.06.13;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312628
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	py-librtfcomp
# Date Created:				13 June 2008
# Whom:					Alexander Logvinov <ports@@logvinov.com>
#
# $FreeBSD: head/archivers/py-librtfcomp/Makefile 312628 2013-02-20 16:08:58Z fluffy $
#

CATEGORIES=	archivers python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Python bindings for the LZRTF compression library

LIB_DEPENDS=	rtfcomp.0:${PORTSDIR}/archivers/librtfcomp
BUILD_DEPENDS=	pyrexc:${PORTSDIR}/devel/pyrex

MASTERDIR=	${.CURDIR}/../librtfcomp

USE_PYTHON=	yes

PLIST=		${.CURDIR}/pkg-plist

RTFCOMP_SLAVE=	pythonb

pre-patch:
	@@${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librtfcomp.la|${LOCALBASE}/lib/librtfcomp.la|g' \
		${WRKSRC}/python/Makefile.in

do-build:
	@@(cd ${WRKSRC}/python && ${MAKE})

do-install:
	@@(cd ${WRKSRC}/python && ${MAKE} install)

.include "${MASTERDIR}/Makefile"
@


1.4
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/archivers/py-librtfcomp/Makefile 300895 2012-07-14 12:56:14Z beat $
d11 1
a11 1
MAINTAINER=	avl@@FreeBSD.org
@


1.3
log
@- Speed up build phase

Approved by:	tabthorpe, glarkin (mentors, implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Change MAINTAINER on my ports to my FreeBSD email address

Approved by:	tabthorpe (mentor)
@
text
@d25 7
@


1.1
log
@Add py-librtfcomp , LZRTF compression library.

PR:		ports/124554
Submitted by:	Alexander Logvinov <ports at logvinov.com>
@
text
@d11 1
a11 1
MAINTAINER=	ports@@logvinov.com
@

