1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/lang/polyml/Makefile
Pav Lucistnik 41f5a6702a - Try to fix build on amd64/6 (untested)
Suggested by:	maintainer
2010-10-19 21:51:58 +00:00

45 lines
865 B
Makefile

# New ports collection makefile for: polyml
# Date created: 09 July 2005
# Whom: Timothy Bourke <timbob@bigpond.com>
#
# $FreeBSD$
#
PORTNAME= polyml
PORTVERSION= 5.4
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
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-x
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386 amd64
PLIST_FILES= bin/poly \
bin/polyimport \
lib/libpolymain.a \
lib/libpolymain.la \
lib/libpolyml.a \
lib/libpolyml.la \
lib/libpolyml.so \
lib/libpolyml.so.3
MAN1= poly.1 polyimport.1
MANCOMPRESSED= no
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>