1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/treecc/Makefile

28 lines
541 B
Makefile
Raw Normal View History

# 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.8
CATEGORIES= lang
MASTER_SITES= http://www.southern-storm.com.au/download/
MAINTAINER= ahze@rgv.net
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_AUTOMAKE= yes
MAN1= treecc.1
pre-patch:
@${REINPLACE_CMD} -e 's|etc doc tests examples|etc doc|g' \
${WRKSRC}/Makefile.*
post-install:
@${LN} -sf treecc ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>