e59c88cece
(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
24 lines
649 B
Makefile
24 lines
649 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freedink-dfarc
|
|
PORTVERSION= 3.12
|
|
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>
|