freebsd-ports/textproc/reflex/Makefile
Adam Weinberger 0f88ed614d Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 20:55:27 +00:00

31 lines
636 B
Makefile

# Created by: bf@FreeBSD.org
# $FreeBSD$
PORTNAME= reflex
PORTVERSION= 20131209
CATEGORIES= textproc
MASTER_SITES= ftp://invisible-island.net/reflex/ LOCAL/bf
EXTRACT_SUFX= .tgz
MAINTAINER= bf@FreeBSD.org
COMMENT= Relocalizable fast lexical scanner
LICENSE= BSD3CLAUSE
GNU_CONFIGURE= yes
CONFIGURE_ENV= YACC="${YACC}"
PLIST_FILES= bin/reflex bin/reflex++ include/reFlexLexer.h \
lib/librefl.a man/man1/reflex.1.gz
WRKSRC= ${WRKDIR}/reflex-${PORTVERSION}
regression-test test: check
.for t in check bigcheck
${t}: build
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
${MAKE_ARGS} ${t};)
.endfor
.include <bsd.port.mk>