freebsd-ports/devel/libmatheval/Makefile
Dmitry Sivachenko 4bdc7f3ac0 Update to 1.1.2.
2005-12-12 11:06:12 +00:00

30 lines
724 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.2
CATEGORIES= devel math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= A library of procedures for evaluating mathematical functions
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split"
INSTALLS_SHLIB= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
INFO= libmatheval
post-patch:
${RM} ${WRKSRC}/doc/libmatheval.info
.include <bsd.port.mk>