Update misc/xfce4-appfinder to version 4.10.1
[dports.git] / misc / xfce4-appfinder / Makefile
1 # Created by: Oliver Lehmann <oliver@FreeBSD.org>
2 # $FreeBSD: misc/xfce4-appfinder/Makefile 317681 2013-05-08 15:35:23Z olivierd $
3 #
4
5 PORTNAME=       xfce4-appfinder
6 PORTVERSION=    4.10.1
7 CATEGORIES=     misc xfce
8 MASTER_SITES=   ${MASTER_SITE_XFCE}
9 MASTER_SITE_SUBDIR=     src/xfce/${PORTNAME}/${PORTVERSION:R}
10 DIST_SUBDIR=    xfce4
11
12 MAINTAINER=     xfce@FreeBSD.org
13 COMMENT=        Application launcher and finder
14
15 LIB_DEPENDS=    dbus-glib-1:${PORTSDIR}/devel/dbus-glib
16
17 GNU_CONFIGURE=  yes
18 USE_BZIP2=      yes
19 USES=           pathfix pkgconfig
20 USE_GMAKE=      yes
21 USE_GNOME=      gtk20 glib20 intltool intlhack
22 USE_XFCE=       configenv garcon libmenu libutil xfconf
23
24 OPTIONS_DEFINE= NLS
25
26 .include <bsd.port.options.mk>
27
28 .if ${PORT_OPTIONS:MNLS}
29 USES+=  gettext
30 CONFIGURE_ARGS+=--enable-nls
31 PLIST_SUB+=     NLS=""
32 .else
33 CONFIGURE_ARGS+=--disable-nls
34 PLIST_SUB+=     NLS="@comment "
35 .endif
36
37 .include <bsd.port.mk>