2013-02-18 13:34:39 +01:00
|
|
|
# Created by: Joseph Koshy <jkoshy@FreeBSD.org>
|
2008-07-08 20:37:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-07-23 16:23:45 +02:00
|
|
|
PORTNAME= racket
|
|
|
|
PKGNAMESUFFIX= -minimal
|
2015-08-20 18:05:10 +02:00
|
|
|
PORTVERSION= 6.2
|
2008-07-08 20:37:44 +02:00
|
|
|
CATEGORIES= lang scheme
|
2014-07-23 16:23:45 +02:00
|
|
|
MASTER_SITES= http://mirror.racket-lang.org/installers/${PORTVERSION}/ \
|
2014-01-27 13:37:06 +01:00
|
|
|
http://www.cs.utah.edu/plt/installers/${PORTVERSION}/ \
|
2014-07-23 16:23:45 +02:00
|
|
|
http://www.eecs.northwestern.edu/racket/${PORTVERSION}/ \
|
|
|
|
http://mirror.csclub.uwaterloo.ca/racket/racket-installers/${PORTVERSION}/ \
|
2014-01-27 13:37:06 +01:00
|
|
|
http://mirror.informatik.uni-tuebingen.de/mirror/racket/${PORTVERSION}/ \
|
2014-07-23 16:23:45 +02:00
|
|
|
http://racket.infogroep.be/${PORTVERSION}/
|
|
|
|
|
|
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}-src
|
|
|
|
DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}
|
2011-02-02 07:56:29 +01:00
|
|
|
|
2010-08-08 13:51:35 +02:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2014-01-27 13:37:06 +01:00
|
|
|
COMMENT= Interactive, integrated, graphical Scheme programming environment
|
2008-07-08 20:37:44 +02:00
|
|
|
|
2014-09-14 11:39:22 +02:00
|
|
|
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
|
|
|
|
|
2011-10-06 17:08:29 +02:00
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
|
2012-08-08 16:44:37 +02:00
|
|
|
OPTIONS_DEFINE= RACKET_PLACES
|
|
|
|
OPTIONS_DEFAULT= RACKET_PLACES
|
2014-09-14 11:39:22 +02:00
|
|
|
RACKET_PLACES_DESC= Enable Places
|
|
|
|
RACKET_PLACES_CONFIGURE_ENABLE= places
|
2011-02-02 07:56:29 +01:00
|
|
|
|
2012-08-08 16:44:37 +02:00
|
|
|
CONFLICTS= racket-[0-9]*
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-09-14 11:39:22 +02:00
|
|
|
CONFIGURE_ARGS= --disable-lt --enable-shared --enable-pthread
|
2008-07-08 20:37:44 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-09-14 11:39:22 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2008-07-08 20:37:44 +02:00
|
|
|
|
2014-02-01 15:19:14 +01:00
|
|
|
WRKSRC= ${WRKDIR}/racket-${PORTVERSION}/src
|
2014-07-29 21:11:51 +02:00
|
|
|
USES= iconv libtool tar:tgz
|
2014-01-27 13:37:06 +01:00
|
|
|
USE_LDCONFIG= yes
|
2008-07-08 20:37:44 +02:00
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
|
2014-09-14 11:39:22 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2008-07-08 20:37:44 +02:00
|
|
|
|
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
CPPFLAGS+= -DLONG64
|
|
|
|
.endif
|
|
|
|
|
2014-09-14 11:39:22 +02:00
|
|
|
.include <bsd.port.mk>
|