1PORTNAME= fparser 2DISTVERSION= 4.5.2 3CATEGORIES= math 4MASTER_SITES= http://warp.povusers.org/FunctionParser/ # another fork exists: https://github.com/thliebig/fparser 5DISTNAME= ${PORTNAME}${DISTVERSION} 6 7MAINTAINER= yuri@FreeBSD.org 8COMMENT= Function parser for C++ 9WWW= https://github.com/thliebig/fparser 10 11LICENSE= lgpl3 12 13USES= autoreconf gmake libtool zip 14USE_LDCONFIG= yes 15 16GNU_CONFIGURE= yes 17 18NO_WRKSUBDIR= yes 19 20INSTALL_TARGET= install-strip 21 22PLIST_FILES= include/fparser/fparser.hh \ 23 include/fparser/fpaux.hh \ 24 include/fparser/fpconfig.hh \ 25 include/fparser/fptypes.hh \ 26 lib/libfparser-4.5.so \ 27 lib/libfparser.so \ 28 libdata/pkgconfig/fparser.pc 29 30.include <bsd.port.mk> 31