aafc6248a1
- Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port)
30 lines
704 B
Makefile
30 lines
704 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmatheval
|
|
PORTVERSION= 1.1.11
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel math
|
|
MASTER_SITES= GNU
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Library to evaluate mathematical functions
|
|
|
|
BUILD_DEPENDS= flex>=2.5.39_1:${PORTSDIR}/textproc/flex
|
|
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LEXLIB=-lfl_pic MAKEINFO="makeinfo --no-split"
|
|
USE_LDCONFIG= yes
|
|
USES= libtool makeinfo pathfix
|
|
INSTALL_TARGET= install-strip
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
INFO= libmatheval
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/doc/libmatheval.info
|
|
|
|
.include <bsd.port.mk>
|