freebsd-ports/textproc/flex/Makefile
Johan van Selst ca2a1b412f Install additional info file.
The flex man page is very brief and points to this info file.

PR:		ports/139163
Submitted by:	Anonymous <swell.k@gmail.com>
2009-12-07 19:12:01 +00:00

38 lines
990 B
Makefile

# New ports collection makefile for: flex
# Date created: 13 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= flex
PORTVERSION= 2.5.35
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast lexical analyzer generator
BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \
gm4:${PORTSDIR}/devel/m4
USE_BISON= build
USE_BZIP2= yes
GNU_CONFIGURE= yes
# install flex header to its own dir to avoid conflict with system flex.
CONFIGURE_ARGS= --disable-nls --includedir=${PREFIX}/include/flex
USE_GMAKE= yes
MAN1= flex.1
INFO= flex
PLIST_FILES= bin/flex include/flex/FlexLexer.h lib/libfl.a lib/libfl_pic.a
PLIST_DIRS= include/flex
post-patch: .SILENT
${REINPLACE_CMD} \
-e 's/po //;s/tests//' ${WRKSRC}/Makefile.in
${REINPLACE_CMD} 's/@MAKEINFO@/& --no-split/g' \
${WRKSRC}/doc/Makefile.in
${RM} -f ${WRKSRC}/doc/*.info*
.include <bsd.port.mk>