2013-07-10 13:54:55 +02:00
|
|
|
# Created by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
|
2005-02-24 21:26:31 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dcl
|
2014-05-22 16:48:51 +02:00
|
|
|
PORTVERSION= 5.4.8
|
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= 9
|
2005-02-24 21:26:31 +01:00
|
|
|
CATEGORIES= science graphics
|
2012-02-21 17:24:19 +01:00
|
|
|
MASTER_SITES= http://www.gfd-dennou.org/library/dcl/ \
|
|
|
|
http://dennou-h.gfd-dennou.org/library/dcl/ \
|
|
|
|
http://dennou-q.gfd-dennou.org/library/dcl/
|
2005-02-24 21:26:31 +01:00
|
|
|
|
2008-09-26 10:54:21 +02:00
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
2005-02-24 21:26:31 +01:00
|
|
|
COMMENT= Scientific graphic library for geoscience
|
|
|
|
|
2013-07-10 13:54:55 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2014-05-22 16:48:51 +02:00
|
|
|
USES= desthack pkgconfig fortran
|
2008-03-25 00:21:25 +01:00
|
|
|
USE_XORG= x11 xext
|
2012-02-21 17:24:19 +01:00
|
|
|
USE_GNOME= gtk20 gdkpixbuf2
|
2005-02-24 21:26:31 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-05-22 16:48:51 +02:00
|
|
|
CONFIGURE_ARGS= --with-x
|
2007-07-06 10:37:06 +02:00
|
|
|
|
2012-02-21 17:24:19 +01:00
|
|
|
PORTDOCS= CHECK CREDITS HISTORY README
|
|
|
|
PORTEXAMPLES= *
|
2005-02-24 21:26:31 +01:00
|
|
|
|
2006-10-31 03:18:58 +01:00
|
|
|
RESTRICTED= No commercial use
|
2005-02-24 21:26:31 +01:00
|
|
|
|
2014-07-05 00:08:14 +02:00
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
|
2005-02-24 21:26:31 +01:00
|
|
|
post-install:
|
2014-05-22 16:48:51 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
(cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2012-02-21 17:24:19 +01:00
|
|
|
.for i in ${PORTDOCS}
|
2014-05-22 16:48:51 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/
|
2005-02-24 21:26:31 +01:00
|
|
|
.endfor
|
2008-09-26 10:54:21 +02:00
|
|
|
|
2005-02-24 21:26:31 +01:00
|
|
|
.include <bsd.port.mk>
|