opnsense-ports/math/optpp/Makefile
Franco Fichtner d9a3ce89d2 */*: sync with upstream
Taken from: HardenedBSD
2019-08-01 12:10:42 +02:00

23 lines
487 B
Makefile

# $FreeBSD$
PORTNAME= optpp
DISTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://software.sandia.gov/opt++/downloads/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Object-oriented nonlinear optimization library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/GNU_LGPL
USES= fortran gmake libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
USE_LDCONFIG= yes
post-stage: # installs the conflicting file
@${RM} ${STAGEDIR}${PREFIX}/include/cblas.h
.include <bsd.port.mk>