View | Details | Raw Unified | Return to bug 219836
Collapse All | Expand All

(-)b/textproc/reflex/Makefile (-2 / +2 lines)
Lines 5-19 PORTNAME= reflex Link Here
5
PORTVERSION=	20131209
5
PORTVERSION=	20131209
6
CATEGORIES=	textproc
6
CATEGORIES=	textproc
7
MASTER_SITES=	ftp://invisible-island.net/reflex/ LOCAL/bf
7
MASTER_SITES=	ftp://invisible-island.net/reflex/ LOCAL/bf
8
EXTRACT_SUFX=	.tgz
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	dickey@invisible-island.net
11
COMMENT=	Relocalizable fast lexical scanner
10
COMMENT=	Relocalizable fast lexical scanner
12
11
13
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
14
13
15
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
16
15
16
USES=tar:tgz
17
CONFIGURE_ENV=	YACC="${YACC}"
17
CONFIGURE_ENV=	YACC="${YACC}"
18
PLIST_FILES=	bin/reflex bin/reflex++ include/reFlexLexer.h \
18
PLIST_FILES=	bin/reflex bin/reflex++ include/reFlexLexer.h \
19
		lib/librefl.a man/man1/reflex.1.gz
19
		lib/librefl.a man/man1/reflex.1.gz

Return to bug 219836