forked from Lainports/freebsd-ports
Release notes: https://github.com/Genivia/RE-flex/releases/tag/v1.4.2 https://github.com/Genivia/RE-flex/releases/tag/v1.4.3
30 lines
559 B
Makefile
30 lines
559 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= re-flex
|
|
PORTVERSION= 1.4.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Regex-centric, fast and flexible scanner generator for C++
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
CONFLICTS_INSTALL= reflex
|
|
|
|
USES= autoreconf compiler:c++11-lib gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Genivia
|
|
GH_PROJECT= RE-flex
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= test
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/include/reflex
|
|
(cd ${WRKSRC}/include/reflex && \
|
|
${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/include/reflex)
|
|
|
|
.include <bsd.port.mk>
|