aboutsummaryrefslogtreecommitdiff
path: root/lang/polyml/Makefile
blob: 4a2fc80a262e8b855475dd658e4dcb438d4d46dd (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
# Created by: Timothy Bourke <timbob@bigpond.com>
# $FreeBSD$

PORTNAME=	polyml
PORTVERSION=	5.5.2
PORTREVISION=	1
CATEGORIES=	lang
MASTER_SITES=	SF
DISTNAME=	${PORTNAME}.${PORTVERSION}
DIST_SUBDIR=	${PORTNAME}

MAINTAINER=	beyert@cs.ucr.edu
COMMENT=	Fast open-source implementation of Standard ML

LICENSE=	LGPL21

LIB_DEPENDS=	libffi.so:${PORTSDIR}/devel/libffi

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-system-libffi
USES=		libtool pkgconfig pathfix
USE_LDCONFIG=	yes
ONLY_FOR_ARCHS=	i386 amd64

OPTIONS_DEFINE=	MOTIF

.include <bsd.port.options.mk>

MOTIF_CONFIGURE_WITH=	x
MOTIF_USE=		motif

pre-build:
	@${REINPLACE_CMD} "s|ELFXX_R_INFO(_y, _z)    ELF64_R_INFO(_y, _z)|ELFXX_R_INFO(_y, _z)    ELF64_R_INFO((Elf64_Xword)(_y), _z)|g" ${WRKSRC}/libpolyml/elfexport.h

.include <bsd.port.mk>