Add py-librtfcomp , LZRTF compression library.

PR:		ports/124554
Submitted by:	Alexander Logvinov <ports at logvinov.com>
This commit is contained in:
Erwin Lansing 2008-06-19 22:06:13 +00:00
parent 54a151c57f
commit 8b0ba84c09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215310
3 changed files with 32 additions and 0 deletions

View File

@ -117,6 +117,7 @@
SUBDIR += ppmd
SUBDIR += ppmd-7z
SUBDIR += ppunpack
SUBDIR += py-librtfcomp
SUBDIR += py-lzma
SUBDIR += py-tarfile
SUBDIR += rar

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: py-librtfcomp
# Date Created: 13 June 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $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"

View File

@ -0,0 +1,3 @@
%%PYTHON_SITELIBDIR%%/pyrtfcomp.a
%%PYTHON_SITELIBDIR%%/pyrtfcomp.la
%%PYTHON_SITELIBDIR%%/pyrtfcomp.so