60d97317d2
Reviewed by: maintainer
20 lines
379 B
Makefile
20 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.6
|
|
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>
|