pkgsrc/converters/fribidi/Makefile
wiz ba40a244b7 Update to 0.19.7. Fix ABI version in bl3.mk while here.
Overview of changes between 0.19.6 and 0.19.7
=============================================
* Disable thread-unsafe memory pool by default. (bug #79385)
* Misc fixes.
2015-08-14 20:08:43 +00:00

34 lines
887 B
Makefile

# $NetBSD: Makefile,v 1.23 2015/08/14 20:08:43 wiz Exp $
DISTNAME= fribidi-0.19.7
CATEGORIES= converters
MASTER_SITES= http://fribidi.org/download/
LICENSE= gnu-gpl-v2
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fribidi.org/
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= /bin/bash
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= run.tests
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
PKGCONFIG_OVERRIDE= fribidi.pc.in
TEST_TARGET= check
# avoid installing empty man pages
# (makemandb reports errors for them, and they have no use)
# https://bugs.freedesktop.org/show_bug.cgi?id=67714
post-install:
cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 && \
rm fribidi_set_debug.3 fribidi_unicode_version.3 fribidi_version_info.3
.include "../../mk/bsd.pkg.mk"