mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
75cfa43e53
Submitted by: Carl Fongheiser <cmf@iabears.org>
31 lines
583 B
Makefile
31 lines
583 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.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.southern-storm.com.au/download/
|
|
|
|
MAINTAINER= ahze@rgv.net
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_AUTOMAKE= yes
|
|
USE_BISON= yes
|
|
MAN1= treecc.1
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e 's|etc doc tests examples|etc doc|g ;' \
|
|
${WRKSRC}/Makefile.*
|
|
|
|
post-install:
|
|
@${LN} -sf treecc ${PREFIX}/bin/${DISTNAME}
|
|
|
|
.include <bsd.port.mk>
|