2013-01-19 11:09:14 +01:00
|
|
|
# Created by: Janni
|
2005-02-09 22:51:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= wfmath
|
2014-02-27 09:48:49 +01:00
|
|
|
PORTVERSION= 1.0.2
|
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= 7
|
2005-02-09 22:51:33 +01:00
|
|
|
CATEGORIES= math
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION}
|
2005-02-09 22:51:33 +01:00
|
|
|
|
2005-09-30 15:07:16 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2005-02-09 22:51:33 +01:00
|
|
|
COMMENT= Worldforge math library
|
|
|
|
|
2014-08-14 07:45:10 +02:00
|
|
|
USES= libtool pathfix pkgconfig compiler:c++11-lib
|
2007-09-19 15:50:53 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-02-09 22:51:33 +01:00
|
|
|
|
2005-10-04 01:08:07 +02:00
|
|
|
.include <bsd.port.mk>
|