mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
28 lines
664 B
Makefile
28 lines
664 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python bindings for library for handling compressed RTF documents
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/pyrexc:${PORTSDIR}/devel/pyrex
|
|
LIB_DEPENDS= librtfcomp.so:${PORTSDIR}/archivers/librtfcomp
|
|
|
|
USE_PYTHON= yes
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/python
|
|
INSTALL_WRKSRC= ${WRKSRC}/python
|
|
PLIST= # empty
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pyrtfcomp.a \
|
|
%%PYTHON_SITELIBDIR%%/pyrtfcomp.la \
|
|
%%PYTHON_SITELIBDIR%%/pyrtfcomp.so
|
|
|
|
MASTERDIR= ${.CURDIR}/../librtfcomp
|
|
SLAVEPORT= py
|
|
|
|
.include "${MASTERDIR}/Makefile"
|