freebsd-ports/sysutils/lxinput/Makefile
Wen Heping dd25780d54 - Update to 0.3.2
- Pass maintainership to submitter
- Remove leading article from COMMENT

PR:		179694
Submitted by:	nemysis <nemysis@gmx.ch> (new maintainer)
2013-06-19 23:51:05 +00:00

33 lines
692 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= lxinput
PORTVERSION= 0.3.2
CATEGORIES= sysutils
MASTER_SITES= SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.2/
MAINTAINER= nemysis@gmx.ch
COMMENT= Keyboard and mouse config tool from the LXDE project
USES= iconv
USE_GNOME= gtk20 intlhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GMAKE= yes
MAN1= lxinput.1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
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>