freebsd-ports/devel/libmatheval/Makefile
Joe Marcus Clarke c90a12bfde Update to 1.1.5 to fix the build with guile-1.8.
Approved by:	maintainer
Reported by:	pointyhat via pav
2008-03-06 16:11:14 +00:00

39 lines
856 B
Makefile

# New ports collection makefile for: libmatheval
# Date created: 4 July 2004
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libmatheval
PORTVERSION= 1.1.5
CATEGORIES= devel math
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= A library of procedures for evaluating mathematical functions
LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
USE_LDCONFIG= yes
USE_GNOME= gnomehack
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
INFO= libmatheval
post-patch:
${RM} ${WRKSRC}/doc/libmatheval.info
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
.include <bsd.port.post.mk>