# Ports collection makefile for:  treecc
# Date created:			  Wed Jul 11 00:45:15 EDT 2001
# Whom:				  Michael Johnson <ahze@ahze.net>
#
# $FreeBSD: ports/lang/treecc/Makefile,v 1.18 2003/11/03 21:12:29 obraun Exp $
#

PORTNAME=	treecc
PORTVERSION=	0.2.6
CATEGORIES=	lang
MASTER_SITES=	http://www.southern-storm.com.au/download/

MAINTAINER=	ahze@rgv.net
COMMENT=	Treecc is designed to assist in the development of compilers

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
MAN1=		treecc.1
INFO=		treecc

PLIST_SUB=	PORTVERSION=${PORTVERSION}

post-install:
	@${LN} -sf treecc ${PREFIX}/bin/${DISTNAME}

.include <bsd.port.mk>
