# New ports collection makefile for: py-librtfcomp # Date Created: 13 June 2008 # Whom: Alexander Logvinov # # $FreeBSD$ # CATEGORIES= archivers python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@logvinov.com 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 do-install: @(cd ${WRKSRC}/python && ${MAKE} install) .include "${MASTERDIR}/Makefile"