Files
ports/devel/lfcbase/Makefile
T
Kurt Jaeger 5ca7785c07 devel/lfcbase: update 1.15.0 -> 1.15.1
- Fix in BigDecimal::div to treat negative values correctly
  ( for corScale calculation, the absolute values have to be used )

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2021-01-27 13:58:39 +00:00

24 lines
444 B
Makefile

# $FreeBSD$
PORTNAME= lfcbase
PORTVERSION= 1.15.1
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Collection of basic c++ classes, used for databases/cego
LICENSE= GPLv3
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= autoreconf libtool
post-patch:
${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2
.include <bsd.port.mk>