aboutsummaryrefslogtreecommitdiff
path: root/textproc/reflex/Makefile
blob: 4f6f97472f108fc08e58712ff0e85abd653f159c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    reflex
# Date created:         10 January 2012
# Whom:                 bf@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	reflex
PORTVERSION=	20100906
CATEGORIES=	textproc
MASTER_SITES=	ftp://invisible-island.net/reflex/ LOCAL/bf
EXTRACT_SUFX=	.tgz

MAINTAINER=	bf@FreeBSD.org
COMMENT=	Relocalizable fast lexical scanner

LICENSE=	BSD

GNU_CONFIGURE=	yes

CONFIGURE_ENV=	YACC="${YACC}"
MAN1=	reflex.1
PLIST_FILES=	bin/reflex bin/reflex++ include/reFlexLexer.h lib/librefl.a
WRKSRC =	${WRKDIR}/reflex-${PORTVERSION}

regression-test test: check

.for t in check bigcheck
${t}: build
	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \
	${MAKE_ARGS} ${t};

.endfor

.include <bsd.port.mk>