summaryrefslogtreecommitdiff
path: root/lang/treecc/Makefile
blob: 4846a3824c18b5ced4ccd9729d013e5a15b4a013 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:  treecc
# Date created:			  Wed Jul 11 00:45:15 EDT 2001
# Whom:				  Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#

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

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

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

.include <bsd.port.mk>