Prune databases/openbase-jdbc
[dports.git] / deskutils / gnome-search-tool / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/trunk/deskutils/gnome-search-tool/Makefile 19804 2014-08-13 14:55:11Z kwm $
4
5 PORTNAME=       gnome-search-tool
6 PORTVERSION=    3.6.0
7 CATEGORIES=     deskutils gnome
8 MASTER_SITES=   GNOME
9 DIST_SUBDIR=    gnome3
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        GNOME 3 file search utilities
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_LDCONFIG=   yes
20 INSTALLS_ICONS= yes
21 USE_GNOME=      gnomeprefix gtk30 intlhack
22 GNU_CONFIGURE=  yes
23 CPPFLAGS+=      -I${LOCALBASE}/include
24 LDFLAGS+=       -L${LOCALBASE}/lib
25
26 GLIB_SCHEMAS=   org.gnome.gnome-search-tool.gschema.xml
27
28 .include <bsd.port.mk>