1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/ikarus/Makefile
Alex Dupre bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00

41 lines
876 B
Makefile

# New ports collection makefile for: ikarus
# Date created: 30 January 2009
# Whom: Vitaly Magerya <vmagerya@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ikarus
PORTVERSION= 0.0.3
PORTREVISION= 3
CATEGORIES= lang scheme
MASTER_SITES= http://www.ikarus-scheme.org/ \
LOCAL/glarkin
MAINTAINER= vmagerya@gmail.com
COMMENT= Optimizing incremental native-code compiler for R6RS Scheme
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=\
CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
ONLY_FOR_ARCHS= i386
NO_PACKAGE= Pointyhat cluster CPUs do not support required SSE instruction set
.include <bsd.port.pre.mk>
.if defined(NOPORTDOCS)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in \
${FILESDIR}/extra-patch-doc__Makefile.in
.endif
.if ${OSVERSION} < 700042
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>