diff options
-rw-r--r-- | archivers/librtfcomp/Makefile | 20 | ||||
-rw-r--r-- | archivers/librtfcomp/pkg-plist | 1 |
2 files changed, 3 insertions, 18 deletions
diff --git a/archivers/librtfcomp/Makefile b/archivers/librtfcomp/Makefile index 9664ae334e55..0584ead17a36 100644 --- a/archivers/librtfcomp/Makefile +++ b/archivers/librtfcomp/Makefile @@ -8,36 +8,22 @@ CATEGORIES= archivers MASTER_SITES= SF/synce/SynCE/${PORTNAME} MAINTAINER= sunpoet@FreeBSD.org -COMMENT?= Library for handling compressed RTF documents +COMMENT= Library for handling compressed RTF documents LICENSE= LGPL21 +CONFIGURE_ARGS= --disable-python-bindings GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES+= libtool - -SLAVEDIRS= archivers/py-librtfcomp - -.if defined(SLAVEPORT) && ${SLAVEPORT} == "py" -CATEGORIES+= python -CONFIGURE_ARGS+=--enable-python-bindings -.else -CONFIGURE_ARGS+=--disable-python-bindings -.endif +USES= libtool post-patch: @${REINPLACE_CMD} -e '/VISIBILITY=/ s| -fvisibility=hidden||' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|[^ ]*/src/librtfcomp\.la||' ${WRKSRC}/python/Makefile.in post-install: -.if !defined(SLAVEPORT) ${INSTALL_SCRIPT} ${WRKSRC}/tests/fromrtf ${STAGEDIR}${PREFIX}/bin/fromrtf ${INSTALL_SCRIPT} ${WRKSRC}/tests/test ${STAGEDIR}${PREFIX}/bin/testrtf ${INSTALL_SCRIPT} ${WRKSRC}/tests/tortf ${STAGEDIR}${PREFIX}/bin/tortf ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librtfcomp.so.0.0.0 -.endif -.if defined(SLAVEPORT) && ${SLAVEPORT} == "py" - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyrtfcomp.so -.endif .include <bsd.port.mk> diff --git a/archivers/librtfcomp/pkg-plist b/archivers/librtfcomp/pkg-plist index cff6b6c502f7..be91d1d783ca 100644 --- a/archivers/librtfcomp/pkg-plist +++ b/archivers/librtfcomp/pkg-plist @@ -7,4 +7,3 @@ lib/librtfcomp.a lib/librtfcomp.so lib/librtfcomp.so.0 lib/librtfcomp.so.0.0.0 -@dirrm include/rtfcomp |