Files
bsdports/text/libfribidi/Makefile
2019-12-26 07:26:06 +00:00

26 lines
564 B
Makefile

#
# $Id: Makefile 2636 2009-09-30 12:09:37Z root $
#
PORTNAME= fribidi
PORTVERSION= 0.19.7
CATEGORIES= converters
#MASTER_SITES= http://fribidi.org/download/
PKGNAMEPREFIX= lib
MAINTAINER= onborodin@gmail.com
COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm
GNU_CONFIGURE= yes
USES+= gmake tar:bz2
INSTALLS_SHLIB= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CONFIGURE_ARGS= --enable-static --without-glib
INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} -e 's|glib-2.0|glib|g' ${WRKSRC}/configure
.include <bsd.port.mk>
#EOF