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
33 lines
729 B
Makefile
33 lines
729 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-sudoku
|
|
PORTVERSION= 3.28.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Sudoku game for gnome
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
appstream-util:devel/appstream-glib \
|
|
vala:lang/vala
|
|
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
|
|
libqqwing.so:games/qqwing \
|
|
libjson-glib-1.0.so:devel/json-glib
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= compiler:c++11-lang gettext gmake gnome pkgconfig tar:xz
|
|
USE_GNOME= cairo gtk30
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
GLIB_SCHEMAS= org.gnome.sudoku.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|