# Created by: Gustau Perez # $FreeBSD$ PORTNAME= gnome-clocks PORTVERSION= 3.18.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Clocks for GNOME 3 BUILD_DEPENDS= geoclue>=0:net/geoclue \ itstool:textproc/itstool LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libgeocode-glib.so:net/geocode-glib \ libgweather-3.so:net/libgweather RUN_DEPENDS= geoclue>=0:net/geoclue PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= gnomedesktop3 gsound gtk30 intlhack GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.clocks.gschema.xml post-patch: # for base gcc on 9.x @${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \ ${WRKSRC}/Makefile.in .include