diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-04-05 17:02:17 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-04-05 17:02:17 +0000 |
commit | 8260674227b3a90061e5948846a574aba6702e1a (patch) | |
tree | 72605c324c2a064e13442fb9b7a00bcbd94aba32 /sysutils/tracker-gnome | |
parent | 61ef341c80d6d45f624d4e8bb437042f948241f3 (diff) |
Notes
Diffstat (limited to 'sysutils/tracker-gnome')
-rw-r--r-- | sysutils/tracker-gnome/Makefile | 16 | ||||
-rw-r--r-- | sysutils/tracker-gnome/pkg-plist | 18 |
2 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/tracker-gnome/Makefile b/sysutils/tracker-gnome/Makefile new file mode 100644 index 000000000000..d609ebf5edc9 --- /dev/null +++ b/sysutils/tracker-gnome/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: tracker-gnome +# Date created: 2008-03-30 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports-stable/sysutils/tracker-gnome/Makefile,v 1.1 2008/03/30 20:39:09 ahze Exp $ + +PORTREVISION= 0 + +COMMENT= Tracker GNOME applet, search tool, and preference programs + +TRACKER_SLAVE= gnome +PLIST= ${.CURDIR}/pkg-plist +MASTERDIR= ${.CURDIR}/../../sysutils/tracker-client + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/tracker-gnome/pkg-plist b/sysutils/tracker-gnome/pkg-plist new file mode 100644 index 000000000000..c782373bf0c0 --- /dev/null +++ b/sysutils/tracker-gnome/pkg-plist @@ -0,0 +1,18 @@ +bin/tracker-applet +bin/tracker-preferences +bin/tracker-search-tool +etc/xdg/autostart/tracker-applet.desktop +share/applications/tracker-preferences.desktop +share/applications/tracker-search-tool.desktop +%%DATADIR%%/icons/thumbnail_frame.png +%%DATADIR%%/icons/tracker-applet-default.png +%%DATADIR%%/icons/tracker-applet-indexing1.png +%%DATADIR%%/icons/tracker-applet-indexing2.png +%%DATADIR%%/icons/tracker-applet-paused.png +%%DATADIR%%/tracker-applet-prefs.glade +%%DATADIR%%/tracker-preferences.glade +@dirrmtry %%DATADIR%%/icons +@dirrmtry %%DATADIR%% +@dirrmtry share/applications +@dirrmtry etc/xdg/autostart +@dirrmtry etc/xdg |