1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/archivers/py-librtfcomp/Makefile
Sunpoet Po-Chuan Hsieh 31ea490ff8 - Use PLIST_FILES
2014-02-14 19:41:04 +00:00

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"