freebsd-ports/lang/treecc/Makefile
Oliver Braun 0de0cffd6c - Update to 0.2.6
- Nitpick COMMENT
- Remove unused USE_REINPLACE

PR:		ports/55854
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	maintainer timeout (>2 month)
2003-11-03 21:12:29 +00:00

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