blob: 231106d4a9a23ba2d91781b49bc55409e8d45d8c (
plain) (
tree)
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/deskutils/gnome-search-tool/Makefile 18554 2013-06-17 14:46:47Z kwm $
PORTNAME= gnome-search-tool
PORTVERSION= 3.6.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 file search utilities
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
CONFLICTS= gnome-utils-2.[0-9]*
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gtk30 intlhack
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gnome-search-tool.1
GLIB_SCHEMAS= org.gnome.gnome-search-tool.gschema.xml
.include <bsd.port.mk>
|