1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/russian/xruskb/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

34 lines
813 B
Makefile

# Created by: Igor Vinokurov <igor@zynaps.ru>
# $FreeBSD$
PORTNAME= xruskb
PORTVERSION= 1.15.4
PORTREVISION= 2
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
USE_XORG= x11 ice xt xmu
USES= tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share
DOCS= FAQ NEWS README* TODO xrus.doc-*
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
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>