Tweak deskutils/nagaina version 0.1.2_10
[dports.git] / deskutils / gnome-system-log / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/trunk/deskutils/gnome-system-log/Makefile 19571 2014-04-25 18:12:46Z kwm $
4
5 PORTNAME=       gnome-system-log
6 PORTVERSION=    3.9.90
7 CATEGORIES=     deskutils gnome
8 MASTER_SITES=   GNOME
9 DIST_SUBDIR=    gnome3
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        GNOME 3 system log viewer
13
14 BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool
15
16 CONFLICTS=      gnome-utils-2.[0-9]*
17
18 USES=           gettext gmake pathfix pkgconfig tar:xz
19 USE_GNOME=      gnomeprefix intlhack gtk30
20 INSTALLS_ICONS= yes
21 USE_LDCONFIG=   yes
22 GNU_CONFIGURE=  yes
23 CPPFLAGS+=      -I${LOCALBASE}/include
24 LDFLAGS+=       -L${LOCALBASE}/lib
25
26 GLIB_SCHEMAS=   org.gnome.gnome-system-log.gschema.xml
27
28 .include <bsd.port.mk>