mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
18 lines
389 B
Makefile
18 lines
389 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= treecc
|
|
PORTVERSION= 0.3.10
|
|
CATEGORIES= lang
|
|
MASTER_SITES= SAVANNAH/dotgnu-pnet
|
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
|
COMMENT= Treecc is designed to assist in the development of compilers
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
PLIST_FILES= bin/treecc lib/libtreecc.a \
|
|
info/treecc.info man/man1/treecc.1.gz
|
|
|
|
.include <bsd.port.mk>
|