mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
a01b22a052
PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
32 lines
639 B
Makefile
32 lines
639 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= ports@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>
|