aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/bidiv/Makefile
blob: 65ebe9c4c05fc69381e9f825ffba93e0d358e750 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    bidiv
# Date created:     06 Jan 2003
# Whom:         Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#

PORTNAME=   bidiv
PORTVERSION=    1.4
CATEGORIES= textproc
MASTER_SITES=   http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/
EXTRACT_SUFX=   .tgz

MAINTAINER= Yonatan@xpert.com
COMMENT=    A bidirectional text filter

LIB_DEPENDS=    fribidi.0:${PORTSDIR}/converters/fribidi

USE_REINPLACE=  yes
WRKSRC=     ${WRKDIR}/bidiv
MAN1=       bidiv.1
MAKE_ENV+=  CC_OPT_FLAGS="${CFLAGS}"

post-patch:
    ${REINPLACE_CMD} -E "s/^(PREFIX|CC_OPT_FLAGS).+//g;" ${WRKSRC}/Makefile

.include <bsd.port.mk>