defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
24 lines
649 B
Makefile
24 lines
649 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freedink-dfarc
|
|
PORTVERSION= 3.14
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= GNU/freedink
|
|
DISTNAME= dfarc-${PORTVERSION}
|
|
|
|
MAINTAINER= shurd@FreeBSD.org
|
|
COMMENT= Frontend and .dmod installer for GNU FreeDink
|
|
|
|
USES= compiler:c++11-lib desktop-file-utils gettext gmake shared-mime-info
|
|
USE_CXXSTD= c++11
|
|
USE_WX= 3.0
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= intltool
|
|
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static
|
|
CONFIGURE_ENV+= ac_cv_path_XDG_DESKTOP_MENU= ac_cv_path_XDG_ICON_RESOURCE= \
|
|
ac_cv_path_XDG_MIME=
|
|
|
|
.include <bsd.port.mk>
|