mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Xfce4 Appfinder is an useful software that permits you to find every
application in the system supporting Desktop entry format.
This commit is contained in:
parent
60f3a9f279
commit
2fca1173b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127433
@ -440,6 +440,7 @@
|
||||
SUBDIR += xdelta
|
||||
SUBDIR += xdf
|
||||
SUBDIR += xenmenu
|
||||
SUBDIR += xfce4-appfinder
|
||||
SUBDIR += xfce4-artwork
|
||||
SUBDIR += xfce4-iconbox
|
||||
SUBDIR += xfce4-panel-themes
|
||||
|
27
misc/xfce4-appfinder/Makefile
Normal file
27
misc/xfce4-appfinder/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: xfce4-appfinder
|
||||
# Date created: 12 October 2004
|
||||
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-appfinder
|
||||
PORTVERSION= 4.2.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= misc xfce
|
||||
MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
|
||||
http://spuriousinterrupt.org/projects/xfce4/files/mirror/xfce-${PORTVERSION}/ \
|
||||
http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= Find application in the system supporting Desktop entry format
|
||||
|
||||
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
||||
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.mk>
|
2
misc/xfce4-appfinder/distinfo
Normal file
2
misc/xfce4-appfinder/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xfce4/xfce4-appfinder-4.2.0.tar.gz) = ec98d968ec53e1f45b8ef17094a74051
|
||||
SIZE(xfce4/xfce4-appfinder-4.2.0.tar.gz) = 439294
|
4
misc/xfce4-appfinder/pkg-descr
Normal file
4
misc/xfce4-appfinder/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Xfce4 Appfinder is an useful software that permits you to find every
|
||||
application in the system supporting Desktop entry format.
|
||||
|
||||
WWW: http://www.xfce4.org/
|
11
misc/xfce4-appfinder/pkg-plist
Normal file
11
misc/xfce4-appfinder/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/xfce4-appfinder
|
||||
share/applications/xfce4-appfinder.desktop
|
||||
share/pixmaps/xfce4-appfinder.png
|
||||
share/xfce4/doc/C/images/default_appfinder.png
|
||||
share/xfce4/doc/C/images/appfinder-handle-popup.png
|
||||
share/xfce4/doc/C/images/appfinder-item-popup.png
|
||||
share/xfce4/doc/C/xfce4-appfinder.html
|
||||
@unexec rmdir %D/share/xfce4/doc/C/images 2>/dev/null || true
|
||||
@unexec rmdir %D/share/xfce4/doc/C 2>/dev/null || true
|
||||
@unexec rmdir %D/share/xfce4/doc 2>/dev/null || true
|
||||
@unexec rmdir %D/share/xfce4 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user