6203852ef2
Reported by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
33 lines
759 B
Makefile
33 lines
759 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-clocks
|
|
PORTVERSION= 3.28.0
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Clocks for GNOME 3
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
vala:lang/vala
|
|
LIB_DEPENDS= libgeoclue-2.so:net/geoclue \
|
|
libgeocode-glib.so:net/geocode-glib \
|
|
libgweather-3.so:net/libgweather
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gnome localbase meson pkgconfig python:3.4+,build \
|
|
shebangfix tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= cairo gnomedesktop3 gsound
|
|
INSTALLS_ICONS= yes
|
|
SHEBANG_FILES= build-aux/post-install.py
|
|
|
|
GLIB_SCHEMAS= org.gnome.clocks.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|