mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
20 lines
393 B
Makefile
20 lines
393 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
|
|
USE_GMAKE= yes
|
|
MAN1= treecc.1
|
|
INFO= treecc
|
|
PLIST_FILES= bin/treecc lib/libtreecc.a
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|