blob: a4734bbbb05f57370abd9fb0d5ad4d7673b20bb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: gnomeutils2
# Date created: 06 May 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/gnome-search-tool/Makefile,v 1.1 2012/05/31 15:11:23 kwm Exp $
#
PORTNAME= gnome-search-tool
PORTVERSION= 3.4.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 file search utilities
CONFLICTS= gnome-utils-2.[0-9]*
USE_XZ= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gconf2 gnomedocutils
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gnome-search-tool.1
GCONF_SCHEMA= gnome-search-tool.schemas
.include <bsd.port.mk>
|