2006-07-13 22:07:11 +00:00
|
|
|
# New ports collection makefile for: phc
|
|
|
|
# Date created: July 4th, 2006
|
|
|
|
# Whom: Conor McDermottroe <ports@mcdermottroe.com>
|
|
|
|
# ex:ts=8
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= phc
|
2006-10-08 10:22:43 +00:00
|
|
|
PORTVERSION= 0.1.7
|
2006-07-13 22:07:11 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= http://www.phpcompiler.org/src/archive/
|
|
|
|
|
|
|
|
MAINTAINER= ports@mcdermottroe.com
|
|
|
|
COMMENT= A compiler for the PHP language
|
|
|
|
|
|
|
|
USE_GCC= 3.4+
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2006-10-08 10:22:43 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2006-07-13 22:07:11 +00:00
|
|
|
|
2006-10-08 10:22:43 +00:00
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
IGNORE= doesn't build on FreeBSD 4.x
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|