2004-05-04 23:07:46 +02:00
|
|
|
# New ports collection makefile for: cocktail
|
|
|
|
# Date created: 12 november 2003
|
|
|
|
# Whom: wjw
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cocktail
|
|
|
|
PORTVERSION= 9309
|
2004-12-15 05:05:34 +01:00
|
|
|
PORTREVISION= 1
|
2004-05-04 23:07:46 +02:00
|
|
|
CATEGORIES= devel
|
2004-12-15 05:05:34 +01:00
|
|
|
MASTER_SITES= http://wwwold.first.fraunhofer.de/cocktail/
|
2004-05-04 23:07:46 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= wjw@withagen.nl
|
|
|
|
COMMENT= Compiler tools with attribute grammars
|
|
|
|
|
2004-12-15 05:05:34 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2004-05-04 23:07:46 +02:00
|
|
|
MAN1= ag.1 puma.1 mpp.1 lalr.1 ell.1 bnf.1 ast.1 rex.1 mtc.1
|
|
|
|
MAN2= mtc.2
|
|
|
|
|
2005-01-02 01:56:40 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-02-12 23:36:54 +01:00
|
|
|
.if ${OSVERSION} >= 700000
|
|
|
|
BROKEN= Segfault during build on FreeBSD >= 7.0
|
|
|
|
.endif
|
|
|
|
|
2004-12-15 05:05:34 +01:00
|
|
|
post-extract:
|
|
|
|
${RM} -f ${WRKSRC}/mtc/m2c/SYSTEM_.h
|
|
|
|
${RM} -f ${WRKSRC}/mtc/m2c/SYSTEM_.c
|
2004-05-13 11:00:45 +02:00
|
|
|
|
2005-01-02 01:56:40 +01:00
|
|
|
.include <bsd.port.post.mk>
|