A big Thank You to the original contributors of these ports: * Alex Kapranoff <kapr@crosswinds.net> * Alexander Logvinov <avl@FreeBSD.org> * Andrey Fesenko <andrey@bsdnir.info> * Anes Mukhametov <anes@anes.su> * Boris Samorodov <bsam@FreeBSD.org> * Dmitry Liakh <dliakh@ukr.net> * Dmitry Morozovsky <marck@rinet.ru> * Gvozdikov Veniamin <g.veniamin@googlemail.com> * Igor Pokrovsky <tiamat@comset.net> * Igor Vinokurov <igor@zynaps.ru> * Michael Vasilenko <acid@stu.cn.ua> * Mihail Timofeev <9267096@gmail.com> * Roman Bogorodskiy <bogorodskiy@inbox.ru> * Sergey Kandaurov <pluknet@gmail.com> * Sergey Skvortsov <skv@protey.ru> * Thierry Thomas <thierry@pompo.net> * Vyacheslav Anikin <anikinsl@gmail.com> * ache * mi@aldan.algebra.com With hat: portmgr
35 lines
836 B
Makefile
35 lines
836 B
Makefile
PORTNAME= xruskb
|
|
PORTVERSION= 1.15.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= russian x11
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/source/xruskb/ \
|
|
http://lav.yar.ru/download/xruskb/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Keyboard layout switcher and indicator
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:bzip2 xorg
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share
|
|
USE_XORG= x11 ice xt xmu xext sm
|
|
|
|
PORTDOCS= *
|
|
PORTDATA= *
|
|
|
|
OPTIONS_DEFINE= MOTIF DOCS
|
|
|
|
MOTIF_USES= motif
|
|
MOTIF_CONFIGURE_ON= --with-toolkit=motif
|
|
MOTIF_CONFIGURE_OFF= --with-toolkit=none
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Xrus
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} FAQ NEWS README* TODO xrus.doc-* ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|