aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lxinput/Makefile
blob: 7dac23cc4bbc5c7e0c845481c3609c0fe9924a58 (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
30
31
32
# Created by: Kris Moore <kmoore@FreeBSD.org>

PORTNAME=	lxinput
PORTVERSION=	0.3.5
CATEGORIES=	sysutils
MASTER_SITES=	SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%20${PORTVERSION:R}.x/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Keyboard and mouse settings

LICENSE=	GPLv2+  # though COPYING is GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2

USES=		gmake gnome localbase pkgconfig tar:xz xorg
USE_GNOME=	gtk20 cairo gdkpixbuf2 intltool
USE_XORG=	x11
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=	gettext
NLS_USES_OFF=	gettext-tools

post-patch-NLS-off:
	@${REINPLACE_CMD} -e 's|po man|man|' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>