freebsd-ports/lang/treecc/Makefile
Kris Kennaway 32acbd3b5b I think this port requires bison; the configure script allows the build to
proceed without it, but the compilation fails.
2001-08-20 06:43:58 +00:00

21 lines
379 B
Makefile

# 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.0.1
CATEGORIES= lang
MASTER_SITES= http://www.southern-storm.com.au/download/
MAINTAINER= ahze@ahze.net
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BISON= yes
MAN1= treecc.1
.include <bsd.port.mk>