1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/reflex/Makefile
Rene Ladan a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00

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>