freebsd-ports/devel/libmatheval/Makefile
Dmitry Sivachenko 663f7d9492 Update to version 1.1.7.
PR:		155529
Submitted by:	swills
2011-03-16 11:19:16 +00:00

31 lines
709 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.7
CATEGORIES= devel math
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= A library of procedures for evaluating mathematical functions
BUILD_DEPENDS= flex>0:${PORTSDIR}/textproc/flex
LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
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.mk>