4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
37 lines
911 B
Makefile
37 lines
911 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: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 <bsd.port.mk>
|