1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/archivers/librtfcomp/Makefile

29 lines
736 B
Makefile
Raw Permalink Normal View History

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= librtfcomp
PORTVERSION= 1.3
PORTREVISION= 3
CATEGORIES= archivers
MASTER_SITES= SF/synce/SynCE/${PORTNAME}
MAINTAINER= sunpoet@FreeBSD.org
2014-10-09 15:24:35 +00:00
COMMENT= Library for handling compressed RTF documents
LICENSE= LGPL21
2015-11-04 20:13:48 +00:00
LICENSE_FILE= ${WRKSRC}/LICENCE
2020-02-08 19:01:35 +00:00
USES= libtool
2014-10-09 15:24:35 +00:00
CONFIGURE_ARGS= --disable-python-bindings
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-install:
${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
.include <bsd.port.mk>