aboutsummaryrefslogtreecommitdiff
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/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/deskutils/gnome-search-tool/Makefile b/deskutils/gnome-search-tool/Makefile
deleted file mode 100644
index 11ad681dbad6..000000000000
--- a/deskutils/gnome-search-tool/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $MCom: ports/trunk/deskutils/gnome-search-tool/Makefile 19804 2014-08-13 14:55:11Z kwm $
-
-PORTNAME= gnome-search-tool
-PORTVERSION= 3.6.0
-PORTREVISION= 1
-CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome3
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME 3 file search utilities
-
-BUILD_DEPENDS= itstool:textproc/itstool
-
-CONFLICTS= gnome-utils-2.[0-9]*
-
-USES= gettext gmake gnome pathfix pkgconfig tar:xz
-USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
-USE_GNOME= gnomeprefix gtk30 intlhack
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-GLIB_SCHEMAS= org.gnome.gnome-search-tool.gschema.xml
-
-.include <bsd.port.mk>