pkgsrc/converters/fribidi/Makefile
bjs bfc903377e Update to fribidi 0.10.9 and point ${MASTER_SITES} toward a working URL.
Changes since 0.10.4:

* Minor bugfix.
* Update to Unicode Character Database 5.0.0
* Fixed type sizes when stdint.h is not available.
* Fixed type sizes on 64-bit architectures.
* We have moved to http://fribidi.org/, hosted on freedesktop.org.
2008-08-02 11:35:41 +00:00

27 lines
588 B
Makefile

# $NetBSD: Makefile,v 1.16 2008/08/02 11:35:41 bjs Exp $
#
DISTNAME= fribidi-0.10.9
CATEGORIES= converters
MASTER_SITES= http://fribidi.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fribidi.org/
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
PKG_DESTDIR_SUPPORT= user-destdir
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
PKGCONFIG_OVERRIDE= fribidi.pc.in
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"