blob: f187d670d886e9bb4fcf120e5a2d6b5d6f76d958 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Michael Johnson <ahze@ahze.net>
# $FreeBSD$
PORTNAME= treecc
PORTVERSION= 0.3.10
CATEGORIES= lang
MASTER_SITES= SAVANNAH/dotgnu-pnet
MAINTAINER= ports@FreeBSD.org
COMMENT= Treecc is designed to assist in the development of compilers
DEPRECATED= PNET dependency decommissioned Dec 2012
EXPIRATION= 2014-05-01
GNU_CONFIGURE= yes
USES= gmake
PLIST_FILES= bin/treecc lib/libtreecc.a \
info/treecc.info man/man1/treecc.1.gz
.include <bsd.port.mk>
|