2013-05-27 12:00:27 +00:00
|
|
|
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
2010-09-30 14:34:47 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lxinput
|
2013-06-19 23:51:05 +00:00
|
|
|
PORTVERSION= 0.3.2
|
2010-09-30 14:34:47 +00:00
|
|
|
CATEGORIES= sysutils
|
2013-06-19 23:51:05 +00:00
|
|
|
MASTER_SITES= SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.2/
|
2010-09-30 14:34:47 +00:00
|
|
|
|
2013-06-19 23:51:05 +00:00
|
|
|
MAINTAINER= nemysis@gmx.ch
|
|
|
|
COMMENT= Keyboard and mouse config tool from the LXDE project
|
2010-09-30 14:34:47 +00:00
|
|
|
|
2013-09-02 21:04:00 +00:00
|
|
|
USES= iconv gmake pkgconfig
|
2013-06-19 23:51:05 +00:00
|
|
|
USE_GNOME= gtk20 intlhack
|
2010-09-30 14:34:47 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
2013-06-19 23:51:05 +00:00
|
|
|
|
2010-09-30 14:34:47 +00:00
|
|
|
MAN1= lxinput.1
|
|
|
|
|
2013-05-06 09:07:58 +00:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 18:10:30 +00:00
|
|
|
USES+= gettext
|
2010-09-30 14:34:47 +00: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>
|