1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/textproc/re-flex/Makefile

33 lines
655 B
Makefile

# $FreeBSD$
PORTNAME= re-flex
PORTVERSION= 3.0
DISTVERSIONPREFIX= v
CATEGORIES= textproc
MAINTAINER= gahr@FreeBSD.org
COMMENT= Regex-centric, fast and flexible scanner generator for C++
LICENSE= BSD3CLAUSE
USES= autoreconf compiler:c++11-lib gmake
CONFLICTS_INSTALL= reflex
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)
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/lex.vim ${STAGEDIR}${DATADIR}/lex.vim
.include <bsd.port.mk>