aboutsummaryrefslogtreecommitdiffstats
path: root/lang/drscheme/Makefile
blob: 8d350fba4cc90145d5991092c43e7511e7cb2cfd (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# New ports collection makefile for:    DrScheme
# Date created:     21 Jun 2001
# Whom:         Joseph Koshy <jkoshy@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   drscheme
PORTVERSION=    370
CATEGORIES= lang scheme
MASTER_SITES=   http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \
        http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \
        ftp://ftp.pasteur.fr/pub/computing/Scheme/plt-scheme/${PORTVERSION}/plt/ \
        ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/${PORTVERSION}/plt/ \
        ftp://infogroep.be/pub/plt/bundles/${PORTVERSION}/plt/ \
        ftp://morpheus.wish.com.mx/pub/plt/${PORTVERSION}/plt/ \
        http://download.plt-scheme.org/patches/${PORTVERSION}/:PLT
DISTFILES=  plt-${PORTVERSION}-src-unix.tgz ${PLTPATCHES}
DIST_SUBDIR=    drscheme/${PORTVERSION}
EXTRACT_ONLY=   plt-${PORTVERSION}-src-unix.tgz

MAINTAINER= jkoshy@FreeBSD.org
COMMENT=    An interactive, integrated, graphical Scheme programming environment

LIB_DEPENDS=    Xft.2:${PORTSDIR}/x11-fonts/libXft  \
        Xrender.1:${PORTSDIR}/x11/libXrender    \
        cairo.2:${PORTSDIR}/graphics/cairo  \
        jpeg.9:${PORTSDIR}/graphics/jpeg    \
        png.5:${PORTSDIR}/graphics/png

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared --enable-xft --enable-gl \
        --enable-xrender --enable-cairo --with-x --enable-pthread \
        --enable-lt=${LIBTOOL} \
        --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \
        CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
        CPPFLAGS="-I${LOCALBASE}/include"

# Force the "configure" script to look in $LOCALBASE for -lpng and -ljpeg
LDFLAGS+=   -L${LOCALBASE}/lib

WRKSRC=     ${WRKDIR}/plt-${PORTVERSION}/src
USE_ICONV=  yes
USE_GL=     yes
USE_LDCONFIG=   yes
USE_XLIB=   yes
USE_AUTOTOOLS=  libtool:15:env

MAN1=       drscheme.1 help-desk.1 mred.1 mzscheme.1 tex2page.1

OPTIONS=    CGC "With CGC garbage collector" off

ONLY_FOR_ARCHS= i386 amd64

PLIST_SUB+= ARCH=${ARCH}

PLTPATCHES= # none yet for this version

.include <bsd.port.pre.mk>

.if defined(WITH_CGC)
ALL_TARGET=     both
INSTALL_TARGET=     install-both
PLIST_SUB+=     CGC=""
.else
PLIST_SUB+=     CGC="@comment "
.endif

.include <bsd.port.post.mk>