aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/librtfcomp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/librtfcomp/Makefile')
-rw-r--r--archivers/librtfcomp/Makefile20
1 files changed, 3 insertions, 17 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>