2014-12-14 23:06:49 +01:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-optics
|
2015-05-07 22:00:21 +02:00
|
|
|
PORTVERSION= 0.1.3
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 4
|
2014-12-14 23:06:49 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
|
|
|
2014-12-15 04:51:04 +01:00
|
|
|
LICENSE= GPLv3
|
2014-12-14 23:06:49 +01:00
|
|
|
|
|
|
|
# OCTSRC is the name of the directory of the package.
|
|
|
|
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
2015-05-07 22:00:21 +02:00
|
|
|
OCTSRC= ${DISTNAME}
|
2014-12-14 23:06:49 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
post-build:
|
2016-10-21 14:51:40 +02:00
|
|
|
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
|
2014-12-14 23:06:49 +01:00
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|