freebsd-ports/deskutils/gnome-clocks/Makefile
Koop Mast b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00

37 lines
983 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $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:${PORTSDIR}/net/geoclue \
itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \
libgweather-3.so:${PORTSDIR}/net/libgweather
RUN_DEPENDS= geoclue>=0:${PORTSDIR}/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 <bsd.port.mk>