1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/teckit/Makefile
2021-04-06 16:31:07 +02:00

36 lines
853 B
Makefile

# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net>
PORTNAME= teckit
PORTVERSION= 2.5.7
DISTVERSIONPREFIX= v
CATEGORIES= textproc converters
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= Toolkit for converting data between 8-bit legacy encodings and Unicode
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/license/LICENSING.txt
LIB_DEPENDS= libexpat.so:textproc/expat2
USES= autoreconf libtool localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= silnrsi
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
DOCS= AUTHORS README NEWS docs/*.pdf license/LICENSING.txt
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/sfconv_CXXFLAGS = -std=c++11/d' \
${WRKSRC}/bin/Makefile.am
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>