1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/lang/treecc/Makefile
2014-01-31 12:47:06 +00:00

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>