2005-01-26 17:40:00 +01:00
|
|
|
# New ports collection makefile for: xfce4-appfinder
|
|
|
|
# Date created: 12 October 2004
|
|
|
|
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-appfinder
|
2009-05-06 16:56:27 +02:00
|
|
|
PORTVERSION= 4.6.1
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 5
|
2005-01-26 17:40:00 +01:00
|
|
|
CATEGORIES= misc xfce
|
2007-10-26 00:53:28 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
2005-01-26 17:40:00 +01:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
|
|
COMMENT= Find application in the system supporting Desktop entry format
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2007-01-22 17:45:10 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
2009-03-02 17:51:57 +01:00
|
|
|
USE_XFCE= configenv libgui libmenu libutil thunar xfconf
|
2005-01-26 17:40:00 +01:00
|
|
|
|
2007-03-14 05:12:32 +01:00
|
|
|
.include <bsd.port.mk>
|