summaryrefslogtreecommitdiff
path: root/x11/xxkb/Makefile
blob: 4e6f589f6bb32a55d60b45dfed32949d53ebf229 (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
33
34
35
36
37
38
39
40
41
42
43
44
# Created by: Alexander Matey <matey@cis.ohio-state.edu>
# $FreeBSD$

PORTNAME=	xxkb
PORTVERSION=	1.11
CATEGORIES=	x11
MASTER_SITES=	SF
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	alexander.pohoyda@gmx.net
COMMENT=	XKB keyboard layout indicator and switcher

LICENSE=	ART10

USES=		iconv imake
USE_XORG=	xpm
WRKSRC=		${WRKDIR}/${PORTNAME}

MAN1=		${PORTNAME}.1
PORTDOCS=	README CHANGES.ru README.ru

OPTIONS_DEFINE=	LIBRSVG2 DOCS

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MLIBRSVG2}
LIB_DEPENDS=	rsvg-2:${PORTSDIR}/graphics/librsvg2
XMKMF_ARGS=	-DWITH_SVG_SUPPORT
.endif

post-build:
# Convert Russian language docs from archaic KOI8-R to modern UTF-8
.for f in CHANGES README
	iconv -f koi8-r -t utf-8 ${WRKSRC}/${f}.koi8 > ${WRKSRC}/${f}.ru
.endfor

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.post.mk>