diff options
author | erwin <erwin@FreeBSD.org> | 2008-06-20 06:06:13 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-06-20 06:06:13 +0800 |
commit | 44caaa53744e8025788f0445932346f1d047a3d4 (patch) | |
tree | be8dc6247570f8f4aaa8f8b596ecc76aba493ee9 /archivers | |
parent | d014d3bdc9c8e4312ead2f1cd0acbb6d6b56054f (diff) | |
download | freebsd-ports-gnome-44caaa53744e8025788f0445932346f1d047a3d4.tar.gz freebsd-ports-gnome-44caaa53744e8025788f0445932346f1d047a3d4.tar.zst freebsd-ports-gnome-44caaa53744e8025788f0445932346f1d047a3d4.zip |
Add py-librtfcomp , LZRTF compression library.
PR: ports/124554
Submitted by: Alexander Logvinov <ports at logvinov.com>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/py-librtfcomp/Makefile | 28 | ||||
-rw-r--r-- | archivers/py-librtfcomp/pkg-plist | 3 |
3 files changed, 32 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index c9b3c42c7ba8..5abdab0c899b 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -117,6 +117,7 @@ SUBDIR += ppmd SUBDIR += ppmd-7z SUBDIR += ppunpack + SUBDIR += py-librtfcomp SUBDIR += py-lzma SUBDIR += py-tarfile SUBDIR += rar diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile new file mode 100644 index 000000000000..f589cf85d99f --- /dev/null +++ b/archivers/py-librtfcomp/Makefile @@ -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" diff --git a/archivers/py-librtfcomp/pkg-plist b/archivers/py-librtfcomp/pkg-plist new file mode 100644 index 000000000000..cd3d527a0d95 --- /dev/null +++ b/archivers/py-librtfcomp/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/pyrtfcomp.a +%%PYTHON_SITELIBDIR%%/pyrtfcomp.la +%%PYTHON_SITELIBDIR%%/pyrtfcomp.so |