pkgsrc/converters/fribidi/Makefile
nia fb27d4e9d8 fribidi: Update to 1.0.10
Overview of changes between 1.0.9 and 1.0.10
=============================================

* Fixed various compilation problems and symbol exports necessary for proper compilation under windows.
2020-07-07 09:45:03 +00:00

23 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.30 2020/07/07 09:45:03 nia Exp $
DISTNAME= fribidi-1.0.10
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=fribidi/}
EXTRACT_SUFX= .tar.xz
GITHUB_PROJECT= fribidi
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/fribidi/fribidi
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
LICENSE= gnu-gpl-v2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
TEST_TARGET= check
PKGCONFIG_OVERRIDE= fribidi.pc.in
.include "../../mk/bsd.pkg.mk"