freebsd-ports/converters/fribidi/Makefile
Sunpoet Po-Chuan Hsieh 84779f49e2 - Update to 0.19.7
- Add LICENSE
- Pet portlint: fix diff header of patch files

Changes:	http://cgit.freedesktop.org/fribidi/fribidi/tree/NEWS
PR:		204871
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 23 days)
2015-12-21 18:35:47 +00:00

32 lines
733 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= fribidi
PORTVERSION= 0.19.7
CATEGORIES= converters
MASTER_SITES= http://fribidi.org/download/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool pathfix tar:bz2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static --without-glib
INSTALL_TARGET= install-strip
.if !defined(WITH_DEBUG)
CONFIGURE_ARGS+=--disable-debug
.endif
post-patch:
@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \
${FILESDIR}/fribidi-config > ${WRKDIR}/fribidi-config
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/fribidi-config ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>