1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/x11/xxkb/Makefile
Dima Panov 30c44f13e2 x11/xxkb: add hidden dependency on gdkpixbuf2-xlib
Approved by:	portmgr blanket
2022-07-29 10:10:24 +03:00

36 lines
856 B
Makefile

PORTNAME= xxkb
PORTVERSION= 1.11.1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= alexander.pohoyda@gmx.net
COMMENT= XKB keyboard layout indicator and switcher
LICENSE= ART10
USES= iconv imake pkgconfig xorg
USE_XORG= xext xpm xt
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PORTDOCS= README CHANGES.ru README.ru
OPTIONS_DEFINE= LIBRSVG2 DOCS
LIBRSVG2_USES= gnome
LIBRSVG2_USE= GNOME=librsvg2,gdkpixbuf2xlib
LIBRSVG2_VARS= XMKMF_ARGS=-DWITH_SVG_SUPPORT
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-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>