2012-10-06 16:35:45 +02:00
|
|
|
# Created by: Charlie Kester <corky1951@comcast.net>
|
2010-03-21 13:55:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ised
|
2016-07-20 03:25:47 +02:00
|
|
|
PORTVERSION= 2.7.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 7
|
2010-03-21 13:55:26 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
|
2014-08-17 21:35:00 +02:00
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
2013-03-08 21:23:38 +01:00
|
|
|
COMMENT= Tool for generating number sequences and arithmetic evaluation
|
2010-03-21 13:55:26 +01:00
|
|
|
|
2016-12-26 13:34:32 +01:00
|
|
|
LICENSE= GPLv3+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-07-28 10:12:35 +02:00
|
|
|
|
2016-12-26 13:34:32 +01:00
|
|
|
USES= libedit tar:bzip2
|
2010-03-21 13:55:26 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-10-13 05:24:18 +02:00
|
|
|
# ./base.h:620:14: error: invalid output constraint '=ir' in asm
|
2013-08-17 18:27:24 +02:00
|
|
|
USE_GCC= yes
|
2011-04-11 03:21:50 +02:00
|
|
|
|
2016-12-26 13:34:32 +01:00
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
2010-03-21 13:55:26 +01:00
|
|
|
|
|
|
|
do-install:
|
2013-09-25 21:09:05 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
2010-03-21 13:55:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|