29 lines
620 B
Makefile
29 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.20 2013/03/15 18:57:17 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= fribidi-0.19.5
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|