summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-search-tool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnome-search-tool/Makefile')
-rw-r--r--deskutils/gnome-search-tool/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/gnome-search-tool/Makefile b/deskutils/gnome-search-tool/Makefile
new file mode 100644
index 000000000..ba36c950d
--- /dev/null
+++ b/deskutils/gnome-search-tool/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gnomeutils2
+# Date created: 06 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+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
+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>