772c8af502
PR: ports/64315 Submitted by: maintainer
25 lines
541 B
Makefile
25 lines
541 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.3.0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${PNET_MASTER_SITES}
|
|
MASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR}
|
|
|
|
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
|
|
PLIST_FILES= bin/treecc
|
|
|
|
.include "${.CURDIR}/../pnet/Makefile.pnet"
|
|
.include <bsd.port.mk>
|