summaryrefslogtreecommitdiffstats
path: root/devel/bisoncpp/Makefile
blob: 6d91d420c5a7090e66373c93b44e5fe19b3b78c5 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# $FreeBSD$

PORTNAME=	bisoncpp
PORTVERSION=	4.10.01
CATEGORIES=	devel
MASTER_SITES=	SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION}
DISTNAME=	bisonc++_${PORTVERSION}.orig

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	LALR(1) parser generator that generates C++ classes

LICENSE=	GPLv3

BUILD_DEPENDS=	icmake:devel/icmake \
		yodl>=3.0:textproc/yodl \
		libbobcat>=3.18:devel/libbobcat

DOCSDIR=	${PREFIX}/share/doc/bisonc++
PORTDOCS=	*

WRKSRC=		${WRKDIR}/bisonc++-${PORTVERSION}

USE_GCC=	yes

USES=		shebangfix

SHEBANG_LANG=	icmake
icmake_OLD_CMD=	/usr/bin/icmake
icmake_CMD=	${LOCALBASE}/bin/icmake

SHEBANG_FILES=	build \
		documentation/examples/bison++Example.NEW/make \
		documentation/man/calculator/build \
		documentation/manual/examples/calc/build \
		documentation/manual/examples/errorcalc/build \
		documentation/manual/examples/mfcalc/build \
		documentation/manual/examples/rpn/build \
		documentation/manual/grammar/poly/build \
		documentation/regression/run \
		parser/driver/build \
		scanner/driver/build

post-patch:
	@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' \
		${WRKSRC}/INSTALL.im
	@${REINPLACE_CMD} 's|"g++|"${CXX}|' \
		${WRKSRC}/INSTALL.im \
		${WRKSRC}/scanner/driver/build \
		${WRKSRC}/parser/driver/build
	@${REINPLACE_CMD} 's|"gcc|"${CC}|' \
		${WRKSRC}/icmake/special
	@${REINPLACE_CMD} 's|"cp -d |"cp -Pp | ; \
		s|"cp -r |"cp -R | ; \
		s|-doc|/doc|' \
		${WRKSRC}/icmake/install

do-build:
	@cd ${WRKSRC} && ./build program strip
	@cd ${WRKSRC} && ./build man
	@cd ${WRKSRC} && ./build manual

do-install:
	cd ${WRKSRC} && ./build install program ${STAGEDIR}
	cd ${WRKSRC} && ./build install man ${STAGEDIR}
	cd ${WRKSRC} && ./build install manual ${STAGEDIR}
	cd ${WRKSRC} && ./build install skel ${STAGEDIR}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud