2013-02-06 18:29:52 +01:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
2008-09-08 06:00:50 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-econometrics
|
2013-02-17 21:07:26 +01:00
|
|
|
PORTVERSION= 1.1.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 14
|
2009-05-27 00:06:59 +02:00
|
|
|
CATEGORIES= math
|
2008-09-08 06:00:50 +02:00
|
|
|
|
2011-06-14 09:38:51 +02:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2009-05-27 00:06:59 +02:00
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
2013-02-06 18:29:52 +01:00
|
|
|
|
2014-01-12 20:52:20 +01:00
|
|
|
LICENSE= GPLv3
|
2014-06-23 02:05:58 +02:00
|
|
|
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
2014-01-12 20:52:20 +01:00
|
|
|
|
2013-02-06 18:29:52 +01:00
|
|
|
# OCTSRC is the name of the directory of the package.
|
|
|
|
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
|
|
|
OCTSRC= ${OCTAVE_PKGNAME}
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
2008-09-08 06:00:50 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:math/octave-forge-optim
|
2008-09-08 06:00:50 +02:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
2013-02-06 18:29:52 +01:00
|
|
|
|
|
|
|
post-build:
|
2016-10-21 14:51:40 +02:00
|
|
|
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
|
2013-02-06 18:29:52 +01:00
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include <bsd.port.mk>
|