opnsense-ports/textproc/reflex/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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>