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
38 lines
1,010 B
Makefile
38 lines
1,010 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-todo
|
|
PORTVERSION= 3.28.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Small application to manage your personal tasks
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= appstream-util:devel/appstream-glib
|
|
LIB_DEPENDS= libpeas-1.0.so:devel/libpeas \
|
|
libgoa-1.0.so:net/gnome-online-accounts \
|
|
libsecret-1.so:security/libsecret \
|
|
libsoup-2.4.so:devel/libsoup \
|
|
libical.so:devel/libical
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= compiler:c11 gettext gnome localbase meson pkgconfig \
|
|
python:3.4+,build shebangfix tar:xz
|
|
USE_GNOME= cairo evolutiondataserver3 gnomedesktop3 gtk30 introspection
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
SHEBANG_FILES= meson_post_install.py
|
|
|
|
GLIB_SCHEMAS= org.gnome.todo.background.gschema.xml \
|
|
org.gnome.todo.enums.xml \
|
|
org.gnome.todo.gschema.xml \
|
|
org.gnome.todo.txt.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|