ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/deskutils/gnome-clocks/Makefile
Revision: 20339
Committed: Mon Sep 28 13:39:08 2015 UTC (8 years, 6 months ago) by laffer1
Content type: text/plain
File size: 1050 byte(s)
Log Message:
fix several ports

File Contents

# Content
1 # Created by: Gustau Perez <gustau.perez@gmail.com>
2 # $MidnightBSD$
3 # $FreeBSD: head/deskutils/gnome-clocks/Makefile 393607 2015-08-05 19:13:24Z kwm $
4
5 PORTNAME= gnome-clocks
6 PORTVERSION= 3.16.1
7 CATEGORIES= deskutils gnome
8 MASTER_SITES= GNOME
9 DIST_SUBDIR= gnome3
10
11 MAINTAINER= ports@MidnightBSD.org
12 COMMENT= Clocks for GNOME 3
13
14 LICENSE= gpl2
15
16 BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue \
17 itstool:${PORTSDIR}/textproc/itstool
18 LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
19 libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \
20 libgweather-3.so:${PORTSDIR}/net/libgweather
21 RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue
22
23 USES= gettext gmake libtool pathfix pkgconfig tar:xz
24 USE_LDCONFIG= yes
25 USE_GNOME= gnomedesktop3 gsound gtk30 intlhack
26 GNU_CONFIGURE= yes
27 INSTALLS_ICONS= yes
28 CPPFLAGS+= -I${LOCALBASE}/include
29 LIBS+= -L${LOCALBASE}/lib
30
31 GLIB_SCHEMAS= org.gnome.clocks.gschema.xml
32
33 post-patch:
34 # for base gcc
35 @${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \
36 ${WRKSRC}/Makefile.in
37
38 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain