1998-12-06 13:19:18 +01:00
|
|
|
# New ports collection makefile for: xruskb
|
|
|
|
# Date created: 14 Jan 1998
|
|
|
|
# Whom: Igor Vinokurov <igor@zynaps.ru>
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
2000-04-13 21:19:05 +02:00
|
|
|
#
|
1998-12-06 13:19:18 +01:00
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= xruskb
|
2005-10-21 21:05:58 +02:00
|
|
|
PORTVERSION= 1.15.4
|
2008-03-25 23:44:48 +01:00
|
|
|
PORTREVISION= 2
|
1998-12-06 13:19:18 +01:00
|
|
|
CATEGORIES= russian x11
|
2005-10-21 21:05:58 +02:00
|
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/source/xruskb/
|
1998-12-06 13:19:18 +01:00
|
|
|
|
2000-02-13 18:09:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-16 19:03:33 +01:00
|
|
|
COMMENT= A keyboard layout switcher and indicator
|
1998-12-06 13:19:18 +01:00
|
|
|
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= x11 ice xt xmu
|
2003-02-16 19:03:33 +01:00
|
|
|
USE_BZIP2= YES
|
2000-04-30 02:32:05 +02:00
|
|
|
GNU_CONFIGURE= YES
|
1999-02-07 23:00:16 +01:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share
|
2003-12-06 00:04:04 +01:00
|
|
|
|
2011-04-09 08:01:21 +02:00
|
|
|
MAN1= xrus.1
|
|
|
|
DOCS= FAQ NEWS README* TODO xrus.doc-*
|
|
|
|
|
|
|
|
OPTIONS= MOTIF "Support for pixmaps in indicator icon" off
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2003-12-06 00:04:04 +01:00
|
|
|
.if defined(WITH_MOTIF)
|
2011-04-09 08:01:21 +02:00
|
|
|
USE_MOTIF= yes
|
2003-12-06 00:04:04 +01:00
|
|
|
CONFIGURE_ARGS+= --with-toolkit=motif
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --with-toolkit=none
|
|
|
|
.endif
|
1998-12-06 13:19:18 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${PREFIX}/lib/X11/app-defaults/Xrus
|
|
|
|
.if !defined(NOPORTDOCS)
|
2003-12-06 00:04:04 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
1998-12-06 13:19:18 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|