pkgsrc-wip/treecc/Makefile
pancake ;) ef11adbf00 Initial import of treecc by pancake
--


The treecc program is designed to assist in the development of compilers
and other language-based tools.  It manages the generation of code to handle
abstract syntax trees and operations upon the trees.
2003-07-18 15:46:16 +00:00

16 lines
381 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/07/18 15:46:16 poppnk Exp $
#
DISTNAME= treecc-0.2.4
CATEGORIES= devel
MASTER_SITES= http://ftp.gnu.org/gnu/dotgnu/pnet/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.gnu.org/projects/dotgnu/
COMMENT= Tree Compiler-Compiler. A development assistant
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BUILDLINK2= yes
.include "../../mk/bsd.pkg.mk"