e4b7b9118a
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
37 lines
925 B
Makefile
37 lines
925 B
Makefile
# Created by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dcl
|
|
PORTVERSION= 5.4.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= science graphics
|
|
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/
|
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
|
COMMENT= Scientific graphic library for geoscience
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
USES= desthack pkgconfig fortran
|
|
USE_XORG= x11 xext
|
|
USE_GNOME= gtk20 gdkpixbuf2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-x
|
|
|
|
PORTDOCS= CHECK CREDITS HISTORY README
|
|
PORTEXAMPLES= *
|
|
|
|
RESTRICTED= No commercial use
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
(cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for i in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|