2018-09-27 19:15:25 +02:00
|
|
|
# $NetBSD: Makefile,v 1.24 2018/09/27 17:15:25 jklos Exp $
|
2003-12-14 02:16:39 +01:00
|
|
|
|
2015-08-14 22:08:43 +02:00
|
|
|
DISTNAME= fribidi-0.19.7
|
2003-12-14 02:16:39 +01:00
|
|
|
CATEGORIES= converters
|
2018-09-27 19:15:25 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=fribidi/}
|
2013-01-10 07:59:55 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2003-12-14 02:16:39 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2018-09-27 19:15:25 +02:00
|
|
|
HOMEPAGE= https://github.com/fribidi/fribidi
|
2003-12-14 02:16:39 +01:00
|
|
|
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
|
|
|
|
|
2006-03-09 15:50:31 +01:00
|
|
|
REPLACE_INTERPRETER+= bash
|
2006-03-11 11:07:49 +01:00
|
|
|
REPLACE.bash.old= /bin/bash
|
|
|
|
REPLACE.bash.new= ${SH}
|
|
|
|
REPLACE_FILES.bash= run.tests
|
2006-03-09 15:50:31 +01:00
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
USE_LIBTOOL= yes
|
2003-12-14 02:16:39 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-03-15 19:40:53 +01:00
|
|
|
USE_TOOLS+= pkg-config gmake
|
2003-12-14 02:16:39 +01:00
|
|
|
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE= fribidi.pc.in
|
2003-12-14 02:16:39 +01:00
|
|
|
|
|
|
|
TEST_TARGET= check
|
|
|
|
|
2013-08-03 17:08:38 +02:00
|
|
|
# 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
|
|
|
|
|
2003-12-14 02:16:39 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|