blob: c5bdc23352606dc862ed4f2a21afaf4e5a92edaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# 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://launchpad.net/ikarus/0.0/${PORTVERSION}/+download/ \
http://www.ikarus-scheme.org/ \
http://tx97.net/pub/distfiles/ \
LOCAL/glarkin
MAINTAINER= vmagerya@gmail.com
COMMENT= Optimizing incremental native-code compiler for R6RS Scheme
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
FETCH_ARGS= -Fpr
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>
|