2013-07-05 22:59:44 +02:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
|
2011-09-12 17:36:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-secs3d
|
|
|
|
PORTVERSION= 0.0.1
|
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-04-01 17:23:30 +02:00
|
|
|
PORTREVISION= 10
|
2011-09-12 17:36:31 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
|
|
|
2014-01-12 20:19:56 +01:00
|
|
|
LICENSE= GPLv2
|
2014-06-23 02:05:58 +02:00
|
|
|
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
2014-01-12 20:19:56 +01:00
|
|
|
|
2011-11-21 02:17:40 +01:00
|
|
|
# OCTSRC is the name of the directory of the package.
|
|
|
|
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
|
|
|
OCTSRC= ${DISTNAME}
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:math/octave-forge-fpl
|
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:math/octave-forge-bim
|
2011-09-20 00:56:41 +02:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
|
|
|
|
2011-09-12 17:36:31 +02:00
|
|
|
do-build:
|
2013-07-02 21:54:03 +02:00
|
|
|
@${DO_NADA}
|
2011-09-12 17:36:31 +02:00
|
|
|
|
|
|
|
post-build:
|
2016-10-21 14:51:40 +02:00
|
|
|
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
|
2011-11-21 02:17:40 +01:00
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
2011-09-12 17:36:31 +02:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include <bsd.port.mk>
|