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