2004-04-29 10:30:56 +02:00
|
|
|
# New ports collection makefile for: libjit
|
|
|
|
# Date created: 2004-04-27
|
|
|
|
# Whom: michael johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libjit
|
2004-08-09 10:27:31 +02:00
|
|
|
PORTVERSION= 0.0.4
|
2004-04-29 10:30:56 +02:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= http://www.southern-storm.com.au/download/
|
|
|
|
|
2004-10-12 14:31:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-04-29 10:30:56 +02:00
|
|
|
COMMENT= Libjit implements Just-In-Time compilation functionality
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2004-08-09 10:27:31 +02:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2004-04-29 10:30:56 +02:00
|
|
|
INFO= libjit
|
|
|
|
MAN3= libjit.3
|
|
|
|
|
2004-06-19 11:21:28 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
BROKEN= "Does not compile on amd64"
|
|
|
|
.endif
|
|
|
|
|
2004-08-21 08:11:56 +02:00
|
|
|
post-patch:
|
|
|
|
.if ${OSVERSION} >= 502128
|
|
|
|
@${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \
|
|
|
|
${WRKSRC}/config.h.in
|
|
|
|
.endif
|
|
|
|
|
2004-08-09 10:27:31 +02:00
|
|
|
post-configure:
|
|
|
|
.if ${OSVERSION} >= 502123
|
|
|
|
@${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \
|
|
|
|
${WRKSRC}/libtool
|
|
|
|
.endif
|
|
|
|
|
2004-06-19 11:21:28 +02:00
|
|
|
.include <bsd.port.post.mk>
|