ea8c8ec7da
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
33 lines
715 B
Makefile
33 lines
715 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= slgrace
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 10
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v${SLANG_VER}/modules/grace/ \
|
|
ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${SLANG_VER}/modules/grace/ \
|
|
LOCAL/garga/slgrace
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= SLang module to plot graphs with grace
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libslang.so:devel/libslang2
|
|
RUN_DEPENDS= grace:math/grace
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
SLANG_VER= 2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's, install_docfiles,,' \
|
|
-e '/MKINSDIR.*DEST_DOC_FILES_INSTALL_DIR/d' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|