aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xfce4-appfinder/Makefile
blob: 6b2bf7af561ebcd130e2dcdebb33b33030f5f96d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
# $FreeBSD$

PORTNAME=   xfce4-appfinder
PORTVERSION=    4.14.0
CATEGORIES= misc xfce
MASTER_SITES=   XFCE
DIST_SUBDIR=    xfce4

MAINTAINER= xfce@FreeBSD.org
COMMENT=    Application launcher and finder

LICENSE=    GPLv2

USES=       gettext-tools gmake gnome pkgconfig tar:bzip2 xfce
USE_GNOME=  cairo gdkpixbuf2 glib20 gtk30 intltool
USE_XFCE=   garcon xfconf

GNU_CONFIGURE=  yes

PORTSCOUT=  limitw:1,even

OPTIONS_DEFINE=     NLS
OPTIONS_SUB=        yes

NLS_CONFIGURE_ENABLE=   nls
NLS_USES=       gettext-runtime

.include <bsd.port.mk>