freebsd-ports/lang/treecc/Makefile

23 lines
471 B
Makefile
Raw Normal View History

# 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.3.10
CATEGORIES= lang
MASTER_SITES= SAVANNAH/dotgnu-pnet
MAINTAINER= ports@FreeBSD.org
COMMENT= Treecc is designed to assist in the development of compilers
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= treecc.1
2003-08-16 11:04:59 +02:00
INFO= treecc
PLIST_FILES= bin/treecc lib/libtreecc.a
.include <bsd.port.mk>