summaryrefslogtreecommitdiffstats
path: root/devel/cocktail/Makefile
blob: 807576dad4ff488922ea5eaefc02cfdfc8d4d3f0 (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
# New ports collection makefile for:   cocktail
# Date created:        12 november 2003
# Whom:                wjw
#
# $FreeBSD$
#

PORTNAME=	cocktail
PORTVERSION=	9309
CATEGORIES=	devel
MASTER_SITES=	http://www.first.gmd.de/cocktail/
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	wjw@withagen.nl
COMMENT=	Compiler tools with attribute grammars

WRKSRC=		${WRKDIR}/cocktail-9309
MAN1=		ag.1 puma.1 mpp.1 lalr.1 ell.1 bnf.1 ast.1 rex.1 mtc.1
MAN2=		mtc.2

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64" || ${ARCH} == "amd64"
BROKEN=		"Coredump during build on sparc64 and amd64"
.endif

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