1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/lang/treecc/Makefile
Edwin Groothuis 310c3775e7 port update, lang/treecc 1.8 -> 2.4
I will be sending a patch for pnet shortly.

PR:		ports/51116
Submitted by:	Mike <ahze@rgv.net>
2003-04-18 05:57:41 +00:00

25 lines
520 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.2.4
CATEGORIES= lang
MASTER_SITES= http://www.southern-storm.com.au/download/
MAINTAINER= ahze@rgv.net
COMMENT= Treecc program is designed to assist in the development of compilers
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_GMAKE= yes
MAN1= treecc.1
post-install:
@${LN} -sf treecc ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>