2013-07-05 20:59:44 +00:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
2008-09-24 07:26:50 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-nlwing2
|
2011-01-30 11:32:21 +00:00
|
|
|
PORTVERSION= 1.2.0
|
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 01:35:33 +00:00
|
|
|
PORTREVISION= 18
|
2008-09-24 07:26:50 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
|
2011-06-14 07:38:51 +00:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2008-09-24 07:26:50 +00:00
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
2011-01-30 11:32:21 +00:00
|
|
|
|
2014-01-12 19:52:20 +00:00
|
|
|
LICENSE= GPLv3
|
2014-06-23 00:05:58 +00:00
|
|
|
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
2014-01-12 19:52:20 +00:00
|
|
|
|
2011-11-21 01:17:40 +00: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-24 07:26:50 +00:00
|
|
|
|
2013-07-05 20:59:44 +00:00
|
|
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
|
|
|
|
2011-01-30 11:32:21 +00:00
|
|
|
post-build:
|
2016-10-21 12:51:40 +00:00
|
|
|
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
|
2011-11-21 01:17:40 +00:00
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
|
|
|
|
2013-07-05 20:59:44 +00:00
|
|
|
.include <bsd.port.mk>
|