2013-05-27 14:00:27 +02:00
|
|
|
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
2010-09-30 16:34:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lxinput
|
2011-09-09 00:03:58 +02:00
|
|
|
PORTVERSION= 0.3.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2010-09-30 16:34:47 +02:00
|
|
|
CATEGORIES= sysutils
|
2011-09-09 00:03:58 +02:00
|
|
|
MASTER_SITES= SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.1
|
2010-09-30 16:34:47 +02:00
|
|
|
|
2013-06-18 17:55:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2010-09-30 16:34:47 +02:00
|
|
|
COMMENT= A keyboard and mouse config tool from the LXDE project
|
|
|
|
|
|
|
|
USE_GNOME= gtk20 intlhack
|
|
|
|
USE_GMAKE= yes
|
2013-04-27 20:25:24 +02:00
|
|
|
USES= iconv
|
2010-09-30 16:34:47 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
MAN1= lxinput.1
|
|
|
|
|
2013-05-06 11:07:58 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2010-09-30 16:34:47 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|