1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/lang/treecc/Makefile
Sylvio Cesar Teixeira ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00

23 lines
472 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.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
.include <bsd.port.mk>