Tweak devel/p5-Cdk version 5.20120324_1
[dports.git] / sysutils / lxinput / Makefile
1 # Created by: Kris Moore <kmoore@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       lxinput
5 PORTVERSION=    0.3.2
6 PORTREVISION=   1
7 CATEGORIES=     sysutils
8 MASTER_SITES=   SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.2/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Keyboard and mouse config tool from the LXDE project
12
13 USES=           iconv gmake localbase pkgconfig
14 USE_GNOME=      gtk20 intlhack
15 GNU_CONFIGURE=  yes
16 USE_LDCONFIG=   yes
17
18 PORTDOCS=       AUTHORS README
19
20 OPTIONS_DEFINE= DOCS NLS
21 OPTIONS_SUB=    yes
22
23 NLS_USES=       gettext
24 NLS_USES_OFF=   gettext-tools
25
26 post-patch-NLS-off:
27         @${REINPLACE_CMD} -e 's|po man|man|' ${WRKSRC}/Makefile.in
28
29 post-install-DOCS-on:
30         @${MKDIR} ${STAGEDIR}${DOCSDIR}
31         ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
32
33 .include <bsd.port.mk>